Struct google_tagmanager2::WorkspaceProposalUser[][src]

pub struct WorkspaceProposalUser {
    pub gaia_id: Option<String>,
    pub type_: Option<String>,
}

Represents an external user or internal Google Tag Manager system.

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

Fields

Gaia id associated with a user, absent for the Google Tag Manager system.

User type distinguishes between a user and the Google Tag Manager system.

Trait Implementations

impl Default for WorkspaceProposalUser
[src]

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

impl Clone for WorkspaceProposalUser
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WorkspaceProposalUser
[src]

Formats the value using the given formatter. Read more

impl Part for WorkspaceProposalUser
[src]

Auto Trait Implementations