Struct google_testing1::Locale[][src]

pub struct Locale {
    pub region: Option<String>,
    pub tags: Option<Vec<String>>,
    pub id: Option<String>,
    pub name: Option<String>,
}

A location/region designation for language.

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

Fields

A human-friendly string representing the region for this locale. Example: "United States" Not present for every locale. @OutputOnly

Tags for this dimension. Examples: "default"

The id for this locale. Example: "en_US" @OutputOnly

A human-friendly name for this language/locale. Example: "English" @OutputOnly

Trait Implementations

impl Default for Locale
[src]

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

impl Clone for Locale
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Locale
[src]

Formats the value using the given formatter. Read more

impl Part for Locale
[src]

Auto Trait Implementations

impl Send for Locale

impl Sync for Locale