Show / Hide Table of Contents

Class PivotDimensionHeader

Summarizes dimension values from a row for this pivot.

Inheritance
object
PivotDimensionHeader
Implements
IMessage<PivotDimensionHeader>
IEquatable<PivotDimensionHeader>
IDeepCloneable<PivotDimensionHeader>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class PivotDimensionHeader : IMessage<PivotDimensionHeader>, IEquatable<PivotDimensionHeader>, IDeepCloneable<PivotDimensionHeader>, IBufferMessage, IMessage

Constructors

PivotDimensionHeader()

Declaration
public PivotDimensionHeader()

PivotDimensionHeader(PivotDimensionHeader)

Declaration
public PivotDimensionHeader(PivotDimensionHeader other)
Parameters
Type Name Description
PivotDimensionHeader other

Properties

DimensionValues

Values of multiple dimensions in a pivot.

Declaration
public RepeatedField<DimensionValue> DimensionValues { get; }
Property Value
Type Description
RepeatedField<DimensionValue>
In this article
Back to top Generated by DocFX