Struct google_doubleclickbidmanager1::FilterPair [] [src]

pub struct FilterPair {
    pub type_: Option<String>,
    pub value: Option<String>,
}

Filter used to match traffic data in your report.

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

Fields

Filter type.

Filter value.

Trait Implementations

impl Debug for FilterPair
[src]

Formats the value using the given formatter.

impl Clone for FilterPair
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FilterPair
[src]

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

impl Part for FilterPair
[src]