Class ReportRequest.OrderByData
Synchronous report only. A list of columns and directions defining sorting to be performed on the report rows.\ The maximum number of orderings per request is 300.
Inherited Members
Namespace: Google.Apis.Doubleclicksearch.v2.Data
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class ReportRequest.OrderByData
Properties
Column
Column to perform the sort on. This can be a DoubleClick Search-defined column or a saved column.
Declaration
[JsonProperty("column")]
public virtual ReportApiColumnSpec Column { get; set; }
Property Value
Type | Description |
---|---|
ReportApiColumnSpec |
SortOrder
The sort direction, which is either ascending
or descending
.
Declaration
[JsonProperty("sortOrder")]
public virtual string SortOrder { get; set; }
Property Value
Type | Description |
---|---|
string |