Struct google_dfareporting3d2::Language[][src]

pub struct Language {
    pub language_code: Option<String>,
    pub kind: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Contains information about a language that can be targeted by ads.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Format of language code is an ISO 639 two-letter language code optionally followed by an underscore followed by an ISO 3166 code. Examples are "en" for English or "zh_CN" for Simplified Chinese.

Identifies what kind of resource this is. Value: the fixed string "dfareporting#language".

Language ID of this language. This is the ID used for targeting and generating reports.

Name of this language.

Trait Implementations

impl Default for Language
[src]

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

impl Clone for Language
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Language
[src]

Formats the value using the given formatter. Read more

impl Resource for Language
[src]

Auto Trait Implementations

impl Send for Language

impl Sync for Language