Class NetworkReportSpecSortCondition
Sorting direction to be applied on a dimension or a metric.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1.Data
Assembly: Google.Apis.AdMob.v1.dll
Syntax
public class NetworkReportSpecSortCondition : IDirectResponseSchema
Properties
Dimension
Sort by the specified dimension.
Declaration
[JsonProperty("dimension")]
public virtual string Dimension { 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 |
Metric
Sort by the specified metric.
Declaration
[JsonProperty("metric")]
public virtual string Metric { get; set; }
Property Value
Type | Description |
---|---|
string |
Order
Sorting order of the dimension or metric.
Declaration
[JsonProperty("order")]
public virtual string Order { get; set; }
Property Value
Type | Description |
---|---|
string |