Class PivotHeader
The headers for each of the pivot sections defined in the request.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.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 |
PivotHeaderEntries
A single pivot section header.
Declaration
[JsonProperty("pivotHeaderEntries")]
public virtual IList<PivotHeaderEntry> PivotHeaderEntries { get; set; }
Property Value
Type | Description |
---|---|
IList<PivotHeaderEntry> |
TotalPivotGroupsCount
The total number of groups for this pivot.
Declaration
[JsonProperty("totalPivotGroupsCount")]
public virtual int? TotalPivotGroupsCount { get; set; }
Property Value
Type | Description |
---|---|
int? |