Struct google_tagmanager2::AccountAccess[][src]

pub struct AccountAccess {
    pub permission: Option<String>,
}

Defines the Google Tag Manager Account access permissions.

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

Fields

Whether the user has no access, user access, or admin access to an account.

Trait Implementations

impl Default for AccountAccess
[src]

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

impl Clone for AccountAccess
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountAccess
[src]

Formats the value using the given formatter. Read more

impl Part for AccountAccess
[src]

Auto Trait Implementations