Struct google_doubleclicksearch2::ReportRequestOrderBy[][src]

pub struct ReportRequestOrderBy {
    pub column: Option<ReportApiColumnSpec>,
    pub sort_order: Option<String>,
}

Synchronous report only. A list of columns and directions defining sorting to be performed on the report rows.

This type is not used in any activity, and only used as part of another schema.

Fields

Column to perform the sort on. This can be a DoubleClick Search-defined column or a saved column.

The sort direction, which is either ascending or descending.

Trait Implementations

impl Default for ReportRequestOrderBy
[src]

Returns the "default value" for a type. Read more

impl Clone for ReportRequestOrderBy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReportRequestOrderBy
[src]

Formats the value using the given formatter. Read more

impl NestedType for ReportRequestOrderBy
[src]

impl Part for ReportRequestOrderBy
[src]

Auto Trait Implementations