Show / Hide Table of Contents

Class PivotHeader

The headers for each of the pivot sections defined in the request.

Inheritance
object
PivotHeader
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX