Struct google_dfareporting3d2::VideoSettings[][src]

pub struct VideoSettings {
    pub skippable_settings: Option<SkippableSetting>,
    pub kind: Option<String>,
    pub companion_settings: Option<CompanionSetting>,
    pub orientation: Option<String>,
    pub transcode_settings: Option<TranscodeSetting>,
}

Video Settings

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

Fields

Settings for the skippability of video creatives served to this placement. If this object is provided, the creative-level skippable settings will be overridden.

Identifies what kind of resource this is. Value: the fixed string "dfareporting#videoSettings".

Settings for the companion creatives of video creatives served to this placement.

Orientation of a video placement. If this value is set, placement will return assets matching the specified orientation.

Settings for the transcodes of video creatives served to this placement. If this object is provided, the creative-level transcode settings will be overridden.

Trait Implementations

impl Default for VideoSettings
[src]

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

impl Clone for VideoSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VideoSettings
[src]

Formats the value using the given formatter. Read more

impl Part for VideoSettings
[src]

Auto Trait Implementations