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
object
DimensionHeader
Implements
IMessage<DimensionHeader>
IEquatable<DimensionHeader>
IDeepCloneable<DimensionHeader>
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 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
string
In this article
Back to top Generated by DocFX