Struct google_youtube3::VideoLocalization [] [src]

pub struct VideoLocalization {
    pub description: Option<String>,
    pub title: Option<String>,
}

Localized versions of certain video properties (e.g. title).

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

Fields

Localized version of the video's description.

Localized version of the video's title.

Trait Implementations

impl Default for VideoLocalization
[src]

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

impl Clone for VideoLocalization
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VideoLocalization
[src]

Formats the value using the given formatter.

impl Part for VideoLocalization
[src]