Struct google_youtube3::I18nRegionSnippet [] [src]

pub struct I18nRegionSnippet {
    pub gl: Option<String>,
    pub name: Option<String>,
}

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

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

Fields

The region code as a 2-letter ISO country code.

The human-readable name of the region.

Trait Implementations

impl Debug for I18nRegionSnippet
[src]

Formats the value using the given formatter.

impl Clone for I18nRegionSnippet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for I18nRegionSnippet
[src]

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

impl Part for I18nRegionSnippet
[src]