Show / Hide Table of Contents

Class DimensionValue

The value of a dimension.

Inheritance
object
DimensionValue
Implements
IMessage<DimensionValue>
IEquatable<DimensionValue>
IDeepCloneable<DimensionValue>
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 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

HasValue

Gets whether the "value" field is set

Declaration
public bool HasValue { get; }
Property Value
Type Description
bool

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
string
In this article
Back to top Generated by DocFX