Show / Hide Table of Contents

Class NetworkReportSpecSortCondition

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

Inheritance
object
NetworkReportSpecSortCondition
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX