Show / Hide Table of Contents

Class DimensionExpression.Types.CaseExpression

Used to convert a dimension value to a single case.

Inheritance
object
DimensionExpression.Types.CaseExpression
Implements
IMessage<DimensionExpression.Types.CaseExpression>
IEquatable<DimensionExpression.Types.CaseExpression>
IDeepCloneable<DimensionExpression.Types.CaseExpression>
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 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
In this article
Back to top Generated by DocFX