Struct google_content2::AccountAdwordsLink[][src]

pub struct AccountAdwordsLink {
    pub status: Option<String>,
    pub adwords_id: Option<String>,
}

There is no detailed description.

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

Fields

Status of the link between this Merchant Center account and the AdWords account. Upon retrieval, it represents the actual status of the link and can be either active if it was approved in Google AdWords or pending if it's pending approval. Upon insertion, it represents the intended status of the link. Re-uploading a link with status active when it's still pending or with status pending when it's already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status inactive is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending.

Customer ID of the AdWords account.

Trait Implementations

impl Default for AccountAdwordsLink
[src]

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

impl Clone for AccountAdwordsLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountAdwordsLink
[src]

Formats the value using the given formatter. Read more

impl Part for AccountAdwordsLink
[src]

Auto Trait Implementations