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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.