Struct google_tagmanager1::AccountAccess [] [src]

pub struct AccountAccess {
    pub permission: Option<Vec<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

List of Account permissions. Valid account permissions are read and manage.

Trait Implementations

impl Default for AccountAccess
[src]

[src]

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

impl Clone for AccountAccess
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AccountAccess
[src]

[src]

Formats the value using the given formatter.

impl Part for AccountAccess
[src]