Struct google_dfareporting2d7::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.

Duration, in seconds. Do not set when offsetPercentage is set.

Trait Implementations

impl Debug for VideoOffset
[src]

Formats the value using the given formatter.

impl Clone for VideoOffset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VideoOffset
[src]

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

impl Part for VideoOffset
[src]