Class GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness
Information about data freshness for a single aggregation period.
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1beta1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness : IDirectResponseSchema
Properties
AggregationPeriod
Aggregation period for which data is available.
Declaration
[JsonProperty("aggregationPeriod")]
public virtual string AggregationPeriod { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LatestEndTime
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.
Declaration
[JsonProperty("latestEndTime")]
public virtual GoogleTypeDateTime LatestEndTime { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeDateTime |