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

GooglePlayDeveloperReportingV1beta1MetricsRow

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

Represents a row of dimensions and metrics.

interface GooglePlayDeveloperReportingV1beta1MetricsRow {
aggregationPeriod?:
| "AGGREGATION_PERIOD_UNSPECIFIED"
| "HOURLY"
| "DAILY"
| "FULL_RANGE";
startTime?: GoogleTypeDateTime;
}

§Properties

§
aggregationPeriod?: "AGGREGATION_PERIOD_UNSPECIFIED" | "HOURLY" | "DAILY" | "FULL_RANGE"
[src]

Granularity of the aggregation period of the row.

§

Dimension columns in the row.

§

Metric columns in the row.

§

Starting date (and time for hourly aggregation) of the period covered by this row.