google_api_tag_manager v0.11.0 GoogleApi.TagManager.V2.Model.VariableFormatValue 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.

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

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.