Struct google_content2::Account[][src]

pub struct Account {
    pub reviews_url: Option<String>,
    pub kind: Option<String>,
    pub name: Option<String>,
    pub youtube_channel_links: Option<Vec<AccountYouTubeChannelLink>>,
    pub adult_content: Option<bool>,
    pub id: Option<String>,
    pub website_url: Option<String>,
    pub business_information: Option<AccountBusinessInformation>,
    pub google_my_business_link: Option<AccountGoogleMyBusinessLink>,
    pub seller_id: Option<String>,
    pub adwords_links: Option<Vec<AccountAdwordsLink>>,
    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

[DEPRECATED] This field is never returned and will be ignored if provided.

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

Display name for the account.

List of linked YouTube channels that are active or pending approval. To create a new link request, add a new link with status active to the list. It will remain in a pending state until approved or rejected in the YT Creator Studio interface. To delete an active link, or to cancel a link request, remove it from the list.

Indicates whether the merchant sells adult content.

Merchant Center account ID.

The merchant's website.

The business information of the account.

The GMB account which is linked or in the process of being linked with the Merchant Center account.

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

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

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

Trait Implementations

impl Default for Account
[src]

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

impl Clone for Account
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Account
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Account
[src]

impl Resource for Account
[src]

impl ResponseResult for Account
[src]

Auto Trait Implementations

impl Send for Account

impl Sync for Account