Show / Hide Table of Contents

Class DimensionExpression.Types.CaseExpression

Used to convert a dimension value to a single case.

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

Constructors

CaseExpression()

Declaration
public CaseExpression()

CaseExpression(DimensionExpression.Types.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
System.String
In This Article
Back to top