google_api_tag_manager v0.3.0 GoogleApi.TagManager.V2.Model.Zone View Source

Represents a Google Tag Manager Zone's contents.

Attributes

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