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

View Source

Represents a Google Tag Destination.

Attributes

  • accountId (type: String.t, default: nil) - GTM Account ID.
  • containerId (type: String.t, default: nil) - GTM Container ID.
  • destinationId (type: String.t, default: nil) - Destination ID.
  • destinationLinkId (type: String.t, default: nil) - The Destination link ID uniquely identifies the Destination.
  • fingerprint (type: String.t, default: nil) - The fingerprint of the Google Tag Destination as computed at storage time. This value is recomputed whenever the destination is modified.
  • name (type: String.t, default: nil) - Destination display name.
  • path (type: String.t, default: nil) - Destination's API relative path.
  • tagManagerUrl (type: String.t, default: nil) - Auto generated link to the tag manager UI.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TagManager.V2.Model.Destination{
  accountId: String.t() | nil,
  containerId: String.t() | nil,
  destinationId: String.t() | nil,
  destinationLinkId: String.t() | nil,
  fingerprint: String.t() | nil,
  name: String.t() | nil,
  path: String.t() | nil,
  tagManagerUrl: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.