Class ReportRow
A row in the report.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class ReportRow : IDirectResponseSchema
Properties
Dimensions
List of requested dimensions.
Declaration
[JsonProperty("dimensions")]
public virtual IList<string> Dimensions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metrics
List of metrics for each requested DateRange.
Declaration
[JsonProperty("metrics")]
public virtual IList<DateRangeValues> Metrics { get; set; }
Property Value
Type | Description |
---|---|
IList<DateRangeValues> |