Struct google_youtube3::LocalizedProperty [] [src]

pub struct LocalizedProperty {
    pub default: Option<String>,
    pub default_language: Option<LanguageTag>,
    pub localized: Option<Vec<LocalizedString>>,
}

There is no detailed description.

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

Fields

no description provided

The language of the default property.

no description provided

Trait Implementations

impl Default for LocalizedProperty
[src]

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

impl Clone for LocalizedProperty
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LocalizedProperty
[src]

Formats the value using the given formatter.

impl Part for LocalizedProperty
[src]