Class CaseExpression
Used to convert a dimension value to a single case.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class CaseExpression : IDirectResponseSchema
Properties
DimensionName
Name of a dimension. The name must refer back to a name in dimensions field of the request.
Declaration
[JsonProperty("dimensionName")]
public virtual string DimensionName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |