Struct google_dfareporting2d6::LanguageTargeting [] [src]

pub struct LanguageTargeting {
    pub languages: Option<Vec<Language>>,
}

Language Targeting.

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

Fields

Languages that this ad targets. For each language only languageId is required. The other fields are populated automatically when the ad is inserted or updated.

Trait Implementations

impl Debug for LanguageTargeting
[src]

Formats the value using the given formatter.

impl Clone for LanguageTargeting
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LanguageTargeting
[src]

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

impl Part for LanguageTargeting
[src]