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

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

Attributes

  • accountAccess (AccountAccess): GTM Account access permissions. Defaults to: null.
  • accountId (String.t): The Account ID uniquely identifies the GTM Account. Defaults to: null.
  • containerAccess ([ContainerAccess]): GTM Container access permissions. Defaults to: null.
  • emailAddress (String.t): User's email address. Defaults to: null.
  • path (String.t): GTM UserPermission's API relative path. Defaults to: null.

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.UserPermission{
  accountAccess: GoogleApi.TagManager.V2.Model.AccountAccess.t(),
  accountId: any(),
  containerAccess: [GoogleApi.TagManager.V2.Model.ContainerAccess.t()],
  emailAddress: any(),
  path: 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.