Class GooglePlayDeveloperReportingV1beta1MetricsRow
Represents a row of dimensions and metrics.
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1beta1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1beta1.dll
Syntax
public class GooglePlayDeveloperReportingV1beta1MetricsRow : 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<GooglePlayDeveloperReportingV1beta1DimensionValue> Dimensions { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePlayDeveloperReportingV1beta1DimensionValue> |
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<GooglePlayDeveloperReportingV1beta1MetricValue> Metrics { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePlayDeveloperReportingV1beta1MetricValue> |
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 |