Show / Hide Table of Contents

Class DimensionValue

The value of a dimension.

Inheritance
System.Object
DimensionValue
Implements
Google.Protobuf.IMessage<DimensionValue>
System.IEquatable<DimensionValue>
Google.Protobuf.IDeepCloneable<DimensionValue>
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 DimensionValue : IMessage<DimensionValue>, IEquatable<DimensionValue>, IDeepCloneable<DimensionValue>, IBufferMessage, IMessage

Constructors

DimensionValue()

Declaration
public DimensionValue()

DimensionValue(DimensionValue)

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

Properties

OneValueCase

Declaration
public DimensionValue.OneValueOneofCase OneValueCase { get; }
Property Value
Type Description
DimensionValue.OneValueOneofCase

Value

Value as a string if the dimension type is a string.

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