Struct google_analytics3::AccountPermissions[][src]

pub struct AccountPermissions {
    pub effective: Option<Vec<String>>,
}

Permissions the user has for this account.

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

Fields

All the permissions that the user has for this account. These include any implied permissions (e.g., EDIT implies VIEW).

Trait Implementations

impl Default for AccountPermissions
[src]

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

impl Clone for AccountPermissions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountPermissions
[src]

Formats the value using the given formatter. Read more

impl NestedType for AccountPermissions
[src]

impl Part for AccountPermissions
[src]

Auto Trait Implementations