Struct google_dfareporting3d4::api::VideoSettings[][src]

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>,
}

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

impl Clone for VideoSettings[src]

impl Debug for VideoSettings[src]

impl Default for VideoSettings[src]

impl<'de> Deserialize<'de> for VideoSettings[src]

impl Part for VideoSettings[src]

impl Serialize for VideoSettings[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.