Class PivotHeader
Dimensions' values in a single pivot.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class PivotHeader : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PivotDimensionHeaders
The size is the same as the cardinality of the corresponding dimension combinations.
Declaration
[JsonProperty("pivotDimensionHeaders")]
public virtual IList<PivotDimensionHeader> PivotDimensionHeaders { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<PivotDimensionHeader> |
RowCount
The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the
parameters offset and limit are specified in the request.
Declaration
[JsonProperty("rowCount")]
public virtual int? RowCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |