Struct google_content2::Account [] [src]

pub struct Account {
    pub reviews_url: Option<String>,
    pub kind: Option<String>,
    pub name: Option<String>,
    pub adult_content: Option<bool>,
    pub adwords_links: Option<Vec<AccountAdwordsLink>>,
    pub website_url: Option<String>,
    pub seller_id: Option<String>,
    pub id: Option<String>,
    pub users: Option<Vec<AccountUser>>,
}

Account data.

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

URL for individual seller reviews, i.e., reviews for each child account.

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

Display name for the account.

Indicates whether the merchant sells adult content.

List of linked AdWords accounts, active or pending approval. To create a new link request, add a new link with status active to the list. It will remain is state pending until approved or rejected in the AdWords interface. To delete an active link or to cancel a link request, remove it from the list.

The merchant's website.

Client-specific, locally-unique, internal ID for the child account.

Merchant Center account ID.

Users with access to the account. Every account (except for subaccounts) must have at least one admin user.

Trait Implementations

impl Debug for Account
[src]

Formats the value using the given formatter.

impl Clone for Account
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Account
[src]

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

impl RequestValue for Account
[src]

impl Resource for Account
[src]

impl ResponseResult for Account
[src]