Struct google_adexchangebuyer2_v2_beta1::CreativeSpecification[][src]

pub struct CreativeSpecification {
    pub creative_size: Option<AdSize>,
    pub creative_companion_sizes: Option<Vec<AdSize>>,
}

Represents information for a creative that is associated with a Programmatic Guaranteed/Preferred Deal in Ad Manager.

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

Fields

The size of the creative.

Companion sizes may be filled in only when this is a video creative.

Trait Implementations

impl Default for CreativeSpecification
[src]

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

impl Clone for CreativeSpecification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreativeSpecification
[src]

Formats the value using the given formatter. Read more

impl Part for CreativeSpecification
[src]

Auto Trait Implementations