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

View Source

Represents a Google Tag Manager Container Version Header.

Attributes

  • accountId (type: String.t, default: nil) - GTM Account ID.
  • containerId (type: String.t, default: nil) - GTM Container ID.
  • containerVersionId (type: String.t, default: nil) - The Container Version ID uniquely identifies the GTM Container Version.
  • deleted (type: boolean(), default: nil) - A value of true indicates this container version has been deleted.
  • name (type: String.t, default: nil) - Container version display name.
  • numClients (type: String.t, default: nil) - Number of clients in the container version.
  • numCustomTemplates (type: String.t, default: nil) - Number of custom templates in the container version.
  • numGtagConfigs (type: String.t, default: nil) - Number of Google tag configs in the container version.
  • numTags (type: String.t, default: nil) - Number of tags in the container version.
  • numTransformations (type: String.t, default: nil) - Number of transformations in the container version.
  • numTriggers (type: String.t, default: nil) - Number of triggers in the container version.
  • numVariables (type: String.t, default: nil) - Number of variables in the container version.
  • numZones (type: String.t, default: nil) - Number of zones in the container version.
  • path (type: String.t, default: nil) - GTM Container Version's API relative path.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TagManager.V2.Model.ContainerVersionHeader{
  accountId: String.t() | nil,
  containerId: String.t() | nil,
  containerVersionId: String.t() | nil,
  deleted: boolean() | nil,
  name: String.t() | nil,
  numClients: String.t() | nil,
  numCustomTemplates: String.t() | nil,
  numGtagConfigs: String.t() | nil,
  numTags: String.t() | nil,
  numTransformations: String.t() | nil,
  numTriggers: String.t() | nil,
  numVariables: String.t() | nil,
  numZones: 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.