Struct google_adexchangebuyer1d4::TargetingValueCreativeSize [] [src]

pub struct TargetingValueCreativeSize {
    pub size: Option<TargetingValueSize>,
    pub creative_size_type: Option<String>,
    pub native_template: Option<String>,
    pub companion_sizes: Option<Vec<TargetingValueSize>>,
    pub skippable_ad_type: Option<String>,
}

There is no detailed description.

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

Fields

For regular or video creative size type, specifies the size of the creative.

The Creative size type.

The native template for native ad.

For video size type, the list of companion sizes.

The skippable ad type for video size.

Trait Implementations

impl Default for TargetingValueCreativeSize
[src]

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

impl Clone for TargetingValueCreativeSize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TargetingValueCreativeSize
[src]

Formats the value using the given formatter.

impl Part for TargetingValueCreativeSize
[src]