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

Resource type for Analytics account.

Account name.

Time the account was created.

Time the account was last modified.

Child link for an account entry. Points to the list of web properties for this account.

Indicates whether this account is starred or not.

Account ID.

Link for this account.

Permissions the user has for this account.

Trait Implementations

impl Default for Account
[src]

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

impl Clone for Account
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Account
[src]

Formats the value using the given formatter.

impl Part for Account
[src]