Class GooglePlayDeveloperReportingV1beta1FreshnessInfo
Represents the latest available time that can be requested in a TimelineSpec. Different aggregation periods have
different freshness. For example, DAILY aggregation may lag behind HOURLY in cases where such aggregation is
computed only once at the end of the day.
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1beta1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class GooglePlayDeveloperReportingV1beta1FreshnessInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Freshnesses
Information about data freshness for every supported aggregation period. This field has set semantics, keyed
by the aggregation_period field.
Declaration
[JsonProperty("freshnesses")]
public virtual IList<GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness> Freshnesses { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness> |