Struct google_analytics3::AccountTreeRequest[][src]

pub struct AccountTreeRequest {
    pub website_url: Option<String>,
    pub kind: Option<String>,
    pub webproperty_name: Option<String>,
    pub account_settings: Option<AccountTreeRequestAccountSettings>,
    pub timezone: Option<String>,
    pub profile_name: Option<String>,
    pub account_name: Option<String>,
}

JSON template for an Analytics account tree requests. The account tree request is used in the provisioning api to create an account, property, and view (profile). It contains the basic information required to make these fields.

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

no description provided

Resource type for account ticket.

no description provided

no description provided

no description provided

no description provided

no description provided

Trait Implementations

impl Default for AccountTreeRequest
[src]

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

impl Clone for AccountTreeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountTreeRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for AccountTreeRequest
[src]

Auto Trait Implementations