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
effective: Option<Vec<String>>
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]
fn default() -> AccountPermissions
Returns the "default value" for a type. Read more
impl Clone for AccountPermissions[src]
fn clone(&self) -> AccountPermissions
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