google_api_tag_manager v0.1.0 GoogleApi.TagManager.V2.Model.Workspace View Source

Represents a Google Tag Manager Container Workspace.

Attributes

  • accountId (String.t): GTM Account ID. Defaults to: null.
  • containerId (String.t): GTM Container ID. Defaults to: null.
  • description (String.t): Workspace description. Defaults to: null.
  • fingerprint (String.t): The fingerprint of the GTM Workspace as computed at storage time. This value is recomputed whenever the workspace is modified. Defaults to: null.
  • name (String.t): Workspace display name. Defaults to: null.
  • path (String.t): GTM Workspace's API relative path. Defaults to: null.
  • tagManagerUrl (String.t): Auto generated link to the tag manager UI Defaults to: null.
  • workspaceId (String.t): The Workspace ID uniquely identifies the GTM Workspace. 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.Workspace{
  accountId: any(),
  containerId: any(),
  description: any(),
  fingerprint: any(),
  name: any(),
  path: any(),
  tagManagerUrl: any(),
  workspaceId: 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.