Class DimensionOrderBy
Sorts by dimension values.
Inheritance
System.Object
DimensionOrderBy
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AnalyticsData.v1alpha.Data
Assembly: Google.Apis.AnalyticsData.v1alpha.dll
Syntax
public class DimensionOrderBy : IDirectResponseSchema
Properties
DimensionName
A dimension name in the request to order by.
Declaration
[JsonProperty("dimensionName")]
public virtual string DimensionName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OrderType
Controls the rule for dimension value ordering.
Declaration
[JsonProperty("orderType")]
public virtual string OrderType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |