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

GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness

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

Information about data freshness for a single aggregation period.

interface GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness {
aggregationPeriod?:
| "AGGREGATION_PERIOD_UNSPECIFIED"
| "HOURLY"
| "DAILY"
| "FULL_RANGE";
latestEndTime?: GoogleTypeDateTime;
}

§Properties

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

Aggregation period for which data is available.

§
latestEndTime?: GoogleTypeDateTime
[src]

Latest end time for which data is available, for the aggregation period. The time is specified in the metric set's default timezone. Note: time ranges in TimelineSpec are represented as start_time, end_time). For example, if the latest available timeline data point for a DAILY aggregation period is 2021-06-23 00:00:00 America/Los_Angeles, the value of this field would be 2021-06-24 00:00:00 America/Los_Angeles so it can be easily reused in [TimelineSpec.end_time.