Show / Hide Table of Contents

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.

Inheritance
object
ReportRequest.OrderByData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX