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

View Source

Represents a Google Tag Manager Zone's contents.

Attributes

  • accountId (type: String.t, default: nil) - GTM Account ID.
  • boundary (type: GoogleApi.TagManager.V2.Model.ZoneBoundary.t, default: nil) - This Zone's boundary.
  • childContainer (type: list(GoogleApi.TagManager.V2.Model.ZoneChildContainer.t), default: nil) - Containers that are children of this Zone.
  • containerId (type: String.t, default: nil) - GTM Container ID.
  • fingerprint (type: String.t, default: nil) - The fingerprint of the GTM Zone as computed at storage time. This value is recomputed whenever the zone is modified.
  • name (type: String.t, default: nil) - Zone display name.
  • notes (type: String.t, default: nil) - User notes on how to apply this zone in the container.
  • path (type: String.t, default: nil) - GTM Zone's API relative path.
  • tagManagerUrl (type: String.t, default: nil) - Auto generated link to the tag manager UI
  • typeRestriction (type: GoogleApi.TagManager.V2.Model.ZoneTypeRestriction.t, default: nil) - This Zone's type restrictions.
  • workspaceId (type: String.t, default: nil) - GTM Workspace ID.
  • zoneId (type: String.t, default: nil) - The Zone ID uniquely identifies the GTM Zone.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TagManager.V2.Model.Zone{
  accountId: String.t() | nil,
  boundary: GoogleApi.TagManager.V2.Model.ZoneBoundary.t() | nil,
  childContainer: [GoogleApi.TagManager.V2.Model.ZoneChildContainer.t()] | nil,
  containerId: String.t() | nil,
  fingerprint: String.t() | nil,
  name: String.t() | nil,
  notes: String.t() | nil,
  path: String.t() | nil,
  tagManagerUrl: String.t() | nil,
  typeRestriction: GoogleApi.TagManager.V2.Model.ZoneTypeRestriction.t() | nil,
  workspaceId: String.t() | nil,
  zoneId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.