google_api_tag_manager v0.4.0 GoogleApi.TagManager.V2.Model.WorkspaceProposalUser View Source

Represents an external user or internal Google Tag Manager system.

Attributes

  • gaiaId (String.t): Gaia id associated with a user, absent for the Google Tag Manager system. Defaults to: null.
  • type (String.t): User type distinguishes between a user and the Google Tag Manager system. Defaults to: null.

    • Enum - one of [gaiaId, system]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.TagManager.V2.Model.WorkspaceProposalUser{
  gaiaId: any(),
  type: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.