Show / Hide Table of Contents

Class DimensionHeader

Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.

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

Constructors

DimensionHeader()

Declaration
public DimensionHeader()

DimensionHeader(DimensionHeader)

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

Properties

Name

The dimension's name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top