Struct google_analytics3::ProfilePermissions
[−]
[src]
pub struct ProfilePermissions {
pub effective: Option<Vec<String>>,
}Permissions the user has for this view (profile).
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 view (profile). These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent web property.
Trait Implementations
impl Default for ProfilePermissions[src]
fn default() -> ProfilePermissions[src]
Returns the "default value" for a type. Read more
impl Clone for ProfilePermissions[src]
fn clone(&self) -> ProfilePermissions[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more