Struct google_analytics3::Account [−][src]
pub struct Account {
pub kind: Option<String>,
pub name: Option<String>,
pub created: Option<String>,
pub updated: Option<String>,
pub child_link: Option<AccountChildLink>,
pub starred: Option<bool>,
pub id: Option<String>,
pub self_link: Option<String>,
pub permissions: Option<AccountPermissions>,
}JSON template for Analytics account entry.
This type is not used in any activity, and only used as part of another schema.
Fields
kind: Option<String>
Resource type for Analytics account.
name: Option<String>
Account name.
created: Option<String>
Time the account was created.
updated: Option<String>
Time the account was last modified.
child_link: Option<AccountChildLink>
Child link for an account entry. Points to the list of web properties for this account.
starred: Option<bool>
Indicates whether this account is starred or not.
id: Option<String>
Account ID.
self_link: Option<String>
Link for this account.
permissions: Option<AccountPermissions>
Permissions the user has for this account.
Trait Implementations
impl Default for Account[src]
impl Default for Accountimpl Clone for Account[src]
impl Clone for Accountfn clone(&self) -> Account[src]
fn clone(&self) -> AccountReturns 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 Account[src]
impl Debug for Accountfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for Account[src]
impl Part for Account