Struct google_adexchangebuyer1d4::PretargetingConfigDimensions[][src]

pub struct PretargetingConfigDimensions {
    pub width: Option<String>,
    pub height: Option<String>,
}

Requests which allow one of these (width, height) pairs will match. All pairs must be supported ad dimensions.

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

Fields

Width in pixels.

Height in pixels.

Trait Implementations

impl Default for PretargetingConfigDimensions
[src]

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

impl Clone for PretargetingConfigDimensions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PretargetingConfigDimensions
[src]

Formats the value using the given formatter. Read more

impl NestedType for PretargetingConfigDimensions
[src]

impl Part for PretargetingConfigDimensions
[src]

Auto Trait Implementations