Struct google_dfareporting2d7::VideoSettings [] [src]

pub struct VideoSettings {
    pub skippable_settings: Option<SkippableSetting>,
    pub kind: Option<String>,
    pub companion_settings: Option<CompanionSetting>,
    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.

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]

[src]

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

impl Clone for VideoSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VideoSettings
[src]

[src]

Formats the value using the given formatter.

impl Part for VideoSettings
[src]