Struct google_dfareporting3d2::SkippableSetting[][src]

pub struct SkippableSetting {
    pub kind: Option<String>,
    pub skip_offset: Option<VideoOffset>,
    pub skippable: Option<bool>,
    pub progress_offset: Option<VideoOffset>,
}

Skippable Settings

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

Fields

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

Amount of time to play videos served to this placement before the skip button should appear. Applicable when skippable is true.

Whether the user can skip creatives served to this placement.

Amount of time to play videos served to this placement before counting a view. Applicable when skippable is true.

Trait Implementations

impl Default for SkippableSetting
[src]

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

impl Clone for SkippableSetting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SkippableSetting
[src]

Formats the value using the given formatter. Read more

impl Part for SkippableSetting
[src]

Auto Trait Implementations