Class DimensionExpression.Types.CaseExpression
Used to convert a dimension value to a single case.
Implements
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class DimensionExpression.Types.CaseExpression : IMessage<DimensionExpression.Types.CaseExpression>, IEquatable<DimensionExpression.Types.CaseExpression>, IDeepCloneable<DimensionExpression.Types.CaseExpression>, IBufferMessage, IMessage
Constructors
CaseExpression()
Declaration
public CaseExpression()
CaseExpression(CaseExpression)
Declaration
public CaseExpression(DimensionExpression.Types.CaseExpression other)
Parameters
Type | Name | Description |
---|---|---|
DimensionExpression.Types.CaseExpression | other |
Properties
DimensionName
Name of a dimension. The name must refer back to a name in dimensions field of the request.
Declaration
public string DimensionName { get; set; }
Property Value
Type | Description |
---|---|
string |