Struct google_dfareporting2d7::TranscodeSetting [] [src]

pub struct TranscodeSetting {
    pub kind: Option<String>,
    pub enabled_video_formats: Option<Vec<i32>>,
}

Transcode 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#transcodeSetting".

Whitelist of video formats to be served to this placement. Set this list to null or empty to serve all video formats.

Trait Implementations

impl Debug for TranscodeSetting
[src]

Formats the value using the given formatter.

impl Clone for TranscodeSetting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TranscodeSetting
[src]

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

impl Part for TranscodeSetting
[src]