Struct google_youtube3::I18nLanguageSnippet [] [src]

pub struct I18nLanguageSnippet {
    pub name: Option<String>,
    pub hl: Option<String>,
}

Basic details about an i18n language, such as language code and human-readable name.

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

Fields

The human-readable name of the language in the language itself.

A short BCP-47 code that uniquely identifies a language.

Trait Implementations

impl Debug for I18nLanguageSnippet
[src]

Formats the value using the given formatter.

impl Clone for I18nLanguageSnippet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for I18nLanguageSnippet
[src]

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

impl Part for I18nLanguageSnippet
[src]