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

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]

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

impl Clone for ProfilePermissions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProfilePermissions
[src]

Formats the value using the given formatter. Read more

impl NestedType for ProfilePermissions
[src]

impl Part for ProfilePermissions
[src]

Auto Trait Implementations