Struct google_analytics3::WebpropertyPermissions[][src]

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

Permissions the user has for this web property.

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 web property. These include any implied permissions (e.g., EDIT implies VIEW) or inherited permissions from the parent account.

Trait Implementations

impl Default for WebpropertyPermissions
[src]

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

impl Clone for WebpropertyPermissions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WebpropertyPermissions
[src]

Formats the value using the given formatter. Read more

impl NestedType for WebpropertyPermissions
[src]

impl Part for WebpropertyPermissions
[src]

Auto Trait Implementations