Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GooglePlayDeveloperReportingV1beta1MetricValue

import type { GooglePlayDeveloperReportingV1beta1MetricValue } from "https://googleapis.deno.dev/v1/playdeveloperreporting:v1beta1.ts";

Represents the value of a metric.

interface GooglePlayDeveloperReportingV1beta1MetricValue {
decimalValue?: GoogleTypeDecimal;
metric?: string;
}

§Properties

§
decimalValue?: GoogleTypeDecimal
[src]

Actual value, represented as a decimal number.

§

Confidence interval of a value that is of type type.Decimal.

§
metric?: string
[src]

Name of the metric.