Struct google_analytics3::AccountTreeResponse[][src]

pub struct AccountTreeResponse {
    pub profile: Option<Profile>,
    pub account_settings: Option<AccountTreeResponseAccountSettings>,
    pub account: Option<Account>,
    pub webproperty: Option<Webproperty>,
    pub kind: Option<String>,
}

JSON template for an Analytics account tree response. The account tree response is used in the provisioning api to return the result of creating an account, property, and view (profile).

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

View (Profile) for the account.

no description provided

The account created.

Web property for the account.

Resource type for account ticket.

Trait Implementations

impl Default for AccountTreeResponse
[src]

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

impl Clone for AccountTreeResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountTreeResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for AccountTreeResponse
[src]

Auto Trait Implementations