Struct google_dfareporting3d2::VideoOffset[][src]

pub struct VideoOffset {
    pub offset_percentage: Option<i32>,
    pub offset_seconds: Option<i32>,
}

Video Offset

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

Fields

Duration, as a percentage of video duration. Do not set when offsetSeconds is set. Acceptable values are 0 to 100, inclusive.

Duration, in seconds. Do not set when offsetPercentage is set. Acceptable values are 0 to 86399, inclusive.

Trait Implementations

impl Default for VideoOffset
[src]

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

impl Clone for VideoOffset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VideoOffset
[src]

Formats the value using the given formatter. Read more

impl Part for VideoOffset
[src]

Auto Trait Implementations

impl Send for VideoOffset

impl Sync for VideoOffset