Struct google_analytics3::AccountSummary
[−]
[src]
pub struct AccountSummary {
pub starred: Option<bool>,
pub web_properties: Option<Vec<WebPropertySummary>>,
pub id: Option<String>,
pub kind: Option<String>,
pub name: Option<String>,
}JSON template for an Analytics AccountSummary. An AccountSummary is a lightweight tree comprised of properties/profiles.
This type is not used in any activity, and only used as part of another schema.
Fields
starred: Option<bool>
Indicates whether this account is starred or not.
web_properties: Option<Vec<WebPropertySummary>>
List of web properties under this account.
id: Option<String>
Account ID.
kind: Option<String>
Resource type for Analytics AccountSummary.
name: Option<String>
Account name.
Trait Implementations
impl Debug for AccountSummary[src]
impl Clone for AccountSummary[src]
fn clone(&self) -> AccountSummary
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for AccountSummary[src]
fn default() -> AccountSummary
Returns the "default value" for a type. Read more