Struct google_doubleclickbidmanager1::Parameters[][src]

pub struct Parameters {
    pub metrics: Option<Vec<String>>,
    pub filters: Option<Vec<FilterPair>>,
    pub type_: Option<String>,
    pub group_bys: Option<Vec<String>>,
    pub include_invite_data: Option<bool>,
}

Parameters of a query or report.

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

Fields

Metrics to include as columns in your report.

Filters used to match traffic data in your report.

Report type.

Data is grouped by the filters listed in this field.

Whether to include data from Invite Media.

Trait Implementations

impl Default for Parameters
[src]

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

impl Clone for Parameters
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Parameters
[src]

Formats the value using the given formatter. Read more

impl Part for Parameters
[src]

Auto Trait Implementations

impl Send for Parameters

impl Sync for Parameters