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

Represents a Google Tag Manager Folder.

Attributes

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