GoogleApi.TagManager.V2.Model.UserPermission (google_api_tag_manager v0.24.0)

View Source

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

Attributes

  • accountAccess (type: GoogleApi.TagManager.V2.Model.AccountAccess.t, default: nil) - GTM Account access permissions.
  • accountId (type: String.t, default: nil) - The Account ID uniquely identifies the GTM Account.
  • containerAccess (type: list(GoogleApi.TagManager.V2.Model.ContainerAccess.t), default: nil) - GTM Container access permissions.
  • emailAddress (type: String.t, default: nil) - User's email address.
  • path (type: String.t, default: nil) - GTM UserPermission's API relative path.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TagManager.V2.Model.UserPermission{
  accountAccess: GoogleApi.TagManager.V2.Model.AccountAccess.t() | nil,
  accountId: String.t() | nil,
  containerAccess: [GoogleApi.TagManager.V2.Model.ContainerAccess.t()] | nil,
  emailAddress: String.t() | nil,
  path: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.