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

View Source

Represents a Google Tag Manager Container Workspace.

Attributes

  • accountId (type: String.t, default: nil) - GTM Account ID.
  • containerId (type: String.t, default: nil) - GTM Container ID.
  • description (type: String.t, default: nil) - Workspace description.
  • fingerprint (type: String.t, default: nil) - The fingerprint of the GTM Workspace as computed at storage time. This value is recomputed whenever the workspace is modified.
  • name (type: String.t, default: nil) - Workspace display name.
  • path (type: String.t, default: nil) - GTM Workspace's API relative path.
  • tagManagerUrl (type: String.t, default: nil) - Auto generated link to the tag manager UI
  • workspaceId (type: String.t, default: nil) - The Workspace ID uniquely identifies the GTM Workspace.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TagManager.V2.Model.Workspace{
  accountId: String.t() | nil,
  containerId: String.t() | nil,
  description: String.t() | nil,
  fingerprint: String.t() | nil,
  name: String.t() | nil,
  path: String.t() | nil,
  tagManagerUrl: String.t() | nil,
  workspaceId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.