Class PivotHeaderEntry
The headers for the each of the metric column corresponding to the metrics requested in the pivots section of the response.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class PivotHeaderEntry : IDirectResponseSchema
Properties
DimensionNames
The name of the dimensions in the pivot response.
Declaration
[JsonProperty("dimensionNames")]
public virtual IList<string> DimensionNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
DimensionValues
The values for the dimensions in the pivot.
Declaration
[JsonProperty("dimensionValues")]
public virtual IList<string> DimensionValues { 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 |
Metric
The metric header for the metric in the pivot.
Declaration
[JsonProperty("metric")]
public virtual MetricHeaderEntry Metric { get; set; }
Property Value
Type | Description |
---|---|
MetricHeaderEntry |