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

View Source

Attributes

  • caseConversionType (type: String.t, default: nil) - The option to convert a string-type variable value to either lowercase or uppercase.
  • convertFalseToValue (type: GoogleApi.TagManager.V2.Model.Parameter.t, default: nil) - The value to convert if a variable value is false.
  • convertNullToValue (type: GoogleApi.TagManager.V2.Model.Parameter.t, default: nil) - The value to convert if a variable value is null.
  • convertTrueToValue (type: GoogleApi.TagManager.V2.Model.Parameter.t, default: nil) - The value to convert if a variable value is true.
  • convertUndefinedToValue (type: GoogleApi.TagManager.V2.Model.Parameter.t, default: nil) - The value to convert if a variable value is undefined.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TagManager.V2.Model.VariableFormatValue{
  caseConversionType: String.t() | nil,
  convertFalseToValue: GoogleApi.TagManager.V2.Model.Parameter.t() | nil,
  convertNullToValue: GoogleApi.TagManager.V2.Model.Parameter.t() | nil,
  convertTrueToValue: GoogleApi.TagManager.V2.Model.Parameter.t() | nil,
  convertUndefinedToValue: 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.