Show / Hide Table of Contents

Class PivotHeader

Dimensions' values in a single pivot.

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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX