Struct google_partners2::AdWordsManagerAccountInfo[][src]

pub struct AdWordsManagerAccountInfo {
    pub customer_name: Option<String>,
    pub id: Option<String>,
}

Information about a particular AdWords Manager Account. Read more at https://support.google.com/adwords/answer/6139186

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

Fields

Name of the customer this account represents.

The AdWords Manager Account id.

Trait Implementations

impl Default for AdWordsManagerAccountInfo
[src]

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

impl Clone for AdWordsManagerAccountInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdWordsManagerAccountInfo
[src]

Formats the value using the given formatter. Read more

impl Part for AdWordsManagerAccountInfo
[src]

Auto Trait Implementations