Struct google_analytics3::AdWordsAccount[][src]

pub struct AdWordsAccount {
    pub kind: Option<String>,
    pub customer_id: Option<String>,
    pub auto_tagging_enabled: Option<bool>,
}

JSON template for an AdWords account.

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

Fields

Resource type for AdWords account.

Customer ID. This field is required when creating an AdWords link.

True if auto-tagging is enabled on the AdWords account. Read-only after the insert operation.

Trait Implementations

impl Default for AdWordsAccount
[src]

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

impl Clone for AdWordsAccount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AdWordsAccount
[src]

Formats the value using the given formatter. Read more

impl Part for AdWordsAccount
[src]

Auto Trait Implementations