Show / Hide Table of Contents

Class NetworkReportSpecSortCondition

Sorting direction to be applied on a dimension or a metric.

Inheritance
System.Object
NetworkReportSpecSortCondition
Implements
IDirectResponseSchema
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.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Metric

Sort by the specified metric.

Declaration
[JsonProperty("metric")]
public virtual string Metric { get; set; }
Property Value
Type Description
System.String

Order

Sorting order of the dimension or metric.

Declaration
[JsonProperty("order")]
public virtual string Order { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top