Show / Hide Table of Contents

Class Sort

Represents a sorting in a report.

Inheritance
object
Sort
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.AgenciesAndBrands.v1.Data
Assembly: Google.Apis.AgenciesAndBrands.v1.dll
Syntax
public class Sort : IDirectResponseSchema

Properties

Descending

Optional. The sort order. If true the sort will be descending.

Declaration
[JsonProperty("descending")]
public virtual bool? Descending { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

Field

Required. A field (dimension or metric) to sort by.

Declaration
[JsonProperty("field")]
public virtual Field Field { get; set; }
Property Value
Type Description
Field

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX