Struct google_analytics3::AccountRef[][src]

pub struct AccountRef {
    pub kind: Option<String>,
    pub href: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

JSON template for a linked account.

This type is not used in any activity, and only used as part of another schema.

Fields

Analytics account reference.

Link for this account.

Account ID.

Account name.

Trait Implementations

impl Default for AccountRef
[src]

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

impl Clone for AccountRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountRef
[src]

Formats the value using the given formatter. Read more

impl Part for AccountRef
[src]

Auto Trait Implementations

impl Send for AccountRef

impl Sync for AccountRef