Class PivotDimensionHeader
Summarizes dimension values from a row for this pivot.
Implements
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> |