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

View Source

Attributes

  • consentStatus (type: String.t, default: nil) - The tag's consent status. If set to NEEDED, the runtime will check that the consent types specified by the consent_type field have been granted.
  • consentType (type: GoogleApi.TagManager.V2.Model.Parameter.t, default: nil) - The type of consents to check for during tag firing if in the consent NEEDED state. This parameter must be of type LIST where each list item is of type STRING.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TagManager.V2.Model.TagConsentSetting{
  consentStatus: String.t() | nil,
  consentType: GoogleApi.TagManager.V2.Model.Parameter.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.