Show / Hide Table of Contents

Class GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness

Information about data freshness for a single aggregation period.

Inheritance
object
GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness
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 GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX