pub struct VideoSettings {
pub companion_settings: Option<CompanionSetting>,
pub kind: Option<String>,
pub oba_enabled: Option<bool>,
pub oba_settings: Option<ObaIcon>,
pub orientation: Option<String>,
pub skippable_settings: Option<SkippableSetting>,
pub transcode_settings: Option<TranscodeSetting>,
}Expand description
Video Settings
This type is not used in any activity, and only used as part of another schema.
Fields§
§companion_settings: Option<CompanionSetting>Settings for the companion creatives of video creatives served to this placement.
kind: Option<String>Identifies what kind of resource this is. Value: the fixed string “dfareporting#videoSettings”.
oba_enabled: Option<bool>Whether OBA icons are enabled for this placement.
oba_settings: Option<ObaIcon>Settings for the OBA icon of video creatives served to this placement. If this object is provided, the creative-level OBA settings will be overridden.
orientation: Option<String>Orientation of a video placement. If this value is set, placement will return assets matching the specified orientation.
skippable_settings: Option<SkippableSetting>Settings for the skippability of video creatives served to this placement. If this object is provided, the creative-level skippable settings will be overridden.
transcode_settings: Option<TranscodeSetting>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§
Source§impl Clone for VideoSettings
impl Clone for VideoSettings
Source§fn clone(&self) -> VideoSettings
fn clone(&self) -> VideoSettings
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more