Show / Hide Table of Contents

Class GooglePlayDeveloperReportingV1alpha1MetricsRow

Represents a row of dimensions and metrics.

Inheritance
object
GooglePlayDeveloperReportingV1alpha1MetricsRow
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 GooglePlayDeveloperReportingV1alpha1MetricsRow : IDirectResponseSchema

Properties

AggregationPeriod

Granularity of the aggregation period of the row.

Declaration
[JsonProperty("aggregationPeriod")]
public virtual string AggregationPeriod { get; set; }
Property Value
Type Description
string

Dimensions

Dimension columns in the row.

Declaration
[JsonProperty("dimensions")]
public virtual IList<GooglePlayDeveloperReportingV1alpha1DimensionValue> Dimensions { get; set; }
Property Value
Type Description
IList<GooglePlayDeveloperReportingV1alpha1DimensionValue>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Metrics

Metric columns in the row.

Declaration
[JsonProperty("metrics")]
public virtual IList<GooglePlayDeveloperReportingV1alpha1MetricValue> Metrics { get; set; }
Property Value
Type Description
IList<GooglePlayDeveloperReportingV1alpha1MetricValue>

StartTime

Starting date (and time for hourly aggregation) of the period covered by this row.

Declaration
[JsonProperty("startTime")]
public virtual GoogleTypeDateTime StartTime { get; set; }
Property Value
Type Description
GoogleTypeDateTime

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX