View Source GoogleApi.TagManager.V2.Model.Transformation (google_api_tag_manager v0.23.0)

Represents a Google Tag Manager Transformation.

Attributes

  • accountId (type: String.t, default: nil) - GTM Account ID.
  • containerId (type: String.t, default: nil) - GTM Container ID.
  • fingerprint (type: String.t, default: nil) - The fingerprint of the GTM Transformation as computed at storage time. This value is recomputed whenever the transformation is modified.
  • name (type: String.t, default: nil) - Transformation display name. @mutable tagmanager.accounts.containers.workspaces.transformations.create @mutable tagmanager.accounts.containers.workspaces.transformations.update
  • notes (type: String.t, default: nil) - User notes on how to apply this transformation in the container. @mutable tagmanager.accounts.containers.workspaces.transformations.create @mutable tagmanager.accounts.containers.workspaces.transformations.update
  • parameter (type: list(GoogleApi.TagManager.V2.Model.Parameter.t), default: nil) - The transformation's parameters. @mutable tagmanager.accounts.containers.workspaces.transformations.create @mutable tagmanager.accounts.containers.workspaces.transformations.update
  • parentFolderId (type: String.t, default: nil) - Parent folder id.
  • path (type: String.t, default: nil) - GTM transformation's API relative path.
  • tagManagerUrl (type: String.t, default: nil) - Auto generated link to the tag manager UI
  • transformationId (type: String.t, default: nil) - The Transformation ID uniquely identifies the GTM transformation.
  • type (type: String.t, default: nil) - Transformation type. @mutable tagmanager.accounts.containers.workspaces.transformations.create @mutable tagmanager.accounts.containers.workspaces.transformations.update
  • workspaceId (type: String.t, default: nil) - GTM Workspace ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TagManager.V2.Model.Transformation{
  accountId: String.t() | nil,
  containerId: String.t() | nil,
  fingerprint: String.t() | nil,
  name: String.t() | nil,
  notes: String.t() | nil,
  parameter: [GoogleApi.TagManager.V2.Model.Parameter.t()] | nil,
  parentFolderId: String.t() | nil,
  path: String.t() | nil,
  tagManagerUrl: String.t() | nil,
  transformationId: String.t() | nil,
  type: 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.