Show / Hide Table of Contents

Class GooglePlayDeveloperReportingV1alpha1FreshnessInfo

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.

Inheritance
object
GooglePlayDeveloperReportingV1alpha1FreshnessInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Playdeveloperreporting.v1alpha1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.dll
Syntax
public class GooglePlayDeveloperReportingV1alpha1FreshnessInfo : 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<GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness> Freshnesses { get; set; }
Property Value
Type Description
IList<GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX