Struct google_adexchangebuyer1d4::PretargetingConfigVideoPlayerSizes [] [src]

pub struct PretargetingConfigVideoPlayerSizes {
    pub min_width: Option<String>,
    pub aspect_ratio: Option<String>,
    pub min_height: Option<String>,
}

Video requests satisfying any of these player size constraints will match.

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

Fields

The minimum player width in pixels. Leave this field blank to match any player width.

The type of aspect ratio. Leave this field blank to match all aspect ratios.

The minimum player height in pixels. Leave this field blank to match any player height.

Trait Implementations

impl Default for PretargetingConfigVideoPlayerSizes
[src]

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

impl Clone for PretargetingConfigVideoPlayerSizes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PretargetingConfigVideoPlayerSizes
[src]

Formats the value using the given formatter.

impl NestedType for PretargetingConfigVideoPlayerSizes
[src]

impl Part for PretargetingConfigVideoPlayerSizes
[src]