Struct google_adexchangebuyer1d4::Dimension[][src]

pub struct Dimension {
    pub dimension_type: Option<String>,
    pub dimension_values: Option<Vec<DimensionDimensionValue>>,
}

This message carries publisher provided breakdown. E.g. {dimension_type: 'COUNTRY', [{dimension_value: {id: 1, name: 'US'}}, {dimension_value: {id: 2, name: 'UK'}}]}

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

Fields

no description provided

no description provided

Trait Implementations

impl Default for Dimension
[src]

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

impl Clone for Dimension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Dimension
[src]

Formats the value using the given formatter. Read more

impl Part for Dimension
[src]

Auto Trait Implementations

impl Send for Dimension

impl Sync for Dimension