Struct google_analyticsreporting4::OrderBy[][src]

pub struct OrderBy {
    pub order_type: Option<String>,
    pub field_name: Option<String>,
    pub sort_order: Option<String>,
}

Specifies the sorting options.

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

Fields

The order type. The default orderType is VALUE.

The field which to sort by. The default sort order is ascending. Example: ga:browser. Note, that you can only specify one field for sort here. For example, ga:browser, ga:city is not valid.

The sorting order for the field.

Trait Implementations

impl Default for OrderBy
[src]

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

impl Clone for OrderBy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrderBy
[src]

Formats the value using the given formatter. Read more

impl Part for OrderBy
[src]

Auto Trait Implementations

impl Send for OrderBy

impl Sync for OrderBy