Struct google_tagmanager1::UserAccess [] [src]

pub struct UserAccess {
    pub container_access: Option<Vec<ContainerAccess>>,
    pub account_access: Option<AccountAccess>,
    pub email_address: Option<String>,
    pub permission_id: Option<String>,
    pub account_id: Option<String>,
}

Represents a user's permissions to an account and its container.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

GTM Container access permissions.

GTM Account access permissions.

User's email address.

Account Permission ID.

GTM Account ID.

Trait Implementations

impl Default for UserAccess
[src]

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

impl Clone for UserAccess
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserAccess
[src]

Formats the value using the given formatter.

impl RequestValue for UserAccess
[src]

impl ResponseResult for UserAccess
[src]