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).
- create account tree provisioning (response)
Fields
profile: Option<Profile>
View (Profile) for the account.
account_settings: Option<AccountTreeResponseAccountSettings>
no description provided
account: Option<Account>
The account created.
webproperty: Option<Webproperty>
Web property for the account.
kind: Option<String>
Resource type for account ticket.
Trait Implementations
impl Default for AccountTreeResponse[src]
impl Default for AccountTreeResponsefn default() -> AccountTreeResponse[src]
fn default() -> AccountTreeResponseReturns the "default value" for a type. Read more
impl Clone for AccountTreeResponse[src]
impl Clone for AccountTreeResponsefn clone(&self) -> AccountTreeResponse[src]
fn clone(&self) -> AccountTreeResponseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for AccountTreeResponse[src]
impl Debug for AccountTreeResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl ResponseResult for AccountTreeResponse[src]
impl ResponseResult for AccountTreeResponseAuto Trait Implementations
impl Send for AccountTreeResponse
impl Send for AccountTreeResponseimpl Sync for AccountTreeResponse
impl Sync for AccountTreeResponse