Class ReportRow
A row of the returning report.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1.Data
Assembly: Google.Apis.AdMob.v1.dll
Syntax
public class ReportRow : IDirectResponseSchema
Properties
DimensionValues
Map of dimension values in a row, with keys as enum name of the dimensions.
Declaration
[JsonProperty("dimensionValues")]
public virtual IDictionary<string, ReportRowDimensionValue> DimensionValues { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, ReportRowDimensionValue> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MetricValues
Map of metric values in a row, with keys as enum name of the metrics. If a metric being requested has no value returned, the map will not include it.
Declaration
[JsonProperty("metricValues")]
public virtual IDictionary<string, ReportRowMetricValue> MetricValues { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, ReportRowMetricValue> |