Class DimensionValue
The value of a dimension.
Inheritance
DimensionValue
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class DimensionValue : IMessage<DimensionValue>, IEquatable<DimensionValue>, IDeepCloneable<DimensionValue>, IBufferMessage, IMessage
Constructors
DimensionValue()
Declaration
DimensionValue(DimensionValue)
Declaration
public DimensionValue(DimensionValue other)
Parameters
Properties
HasValue
Gets whether the "value" field is set
Declaration
public bool HasValue { get; }
Property Value
OneValueCase
Declaration
public DimensionValue.OneValueOneofCase OneValueCase { get; }
Property Value
Value
Value as a string if the dimension type is a string.
Declaration
public string Value { get; set; }
Property Value