Struct google_content2::LiaSettings[][src]

pub struct LiaSettings {
    pub country_settings: Option<Vec<LiaCountrySettings>>,
    pub kind: Option<String>,
    pub account_id: Option<String>,
}

There is no detailed description.

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

The LIA settings for each country.

Identifies what kind of resource this is. Value: the fixed string "content#liaSettings".

The ID of the account to which these LIA settings belong. Ignored upon update, always present in get request responses.

Trait Implementations

impl Default for LiaSettings
[src]

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

impl Clone for LiaSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LiaSettings
[src]

Formats the value using the given formatter. Read more

impl RequestValue for LiaSettings
[src]

impl ResponseResult for LiaSettings
[src]

Auto Trait Implementations

impl Send for LiaSettings

impl Sync for LiaSettings