Struct google_adexchangebuyer1d4::TargetingValueSize [] [src]

pub struct TargetingValueSize {
    pub width: Option<i32>,
    pub height: Option<i32>,
}

There is no detailed description.

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

Fields

The width of the creative.

The height of the creative.

Trait Implementations

impl Default for TargetingValueSize
[src]

[src]

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

impl Clone for TargetingValueSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TargetingValueSize
[src]

[src]

Formats the value using the given formatter.

impl Part for TargetingValueSize
[src]