Struct google_analytics3::api::AccountTreeResponse
source · pub struct AccountTreeResponse {
pub account: Option<Account>,
pub kind: Option<String>,
pub profile: Option<Profile>,
pub webproperty: Option<Webproperty>,
}Expand description
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§
§account: Option<Account>The account created.
kind: Option<String>Resource type for account ticket.
profile: Option<Profile>View (Profile) for the account.
webproperty: Option<Webproperty>Web property for the account.
Trait Implementations§
source§impl Clone for AccountTreeResponse
impl Clone for AccountTreeResponse
source§fn clone(&self) -> AccountTreeResponse
fn clone(&self) -> AccountTreeResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AccountTreeResponse
impl Debug for AccountTreeResponse
source§impl Default for AccountTreeResponse
impl Default for AccountTreeResponse
source§fn default() -> AccountTreeResponse
fn default() -> AccountTreeResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AccountTreeResponse
impl<'de> Deserialize<'de> for AccountTreeResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more