Class Sort
Represents a sorting in a report.
Implements
Inherited Members
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 |