Show / Hide Table of Contents

Class ReportRow

A row of the returning report.

Inheritance
object
ReportRow
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.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX