google_api_tag_manager v0.4.0 GoogleApi.TagManager.V2.Model.VariableFormatValue View Source
Attributes
caseConversionType (String.t): The option to convert a string-type variable value to either lowercase or uppercase. Defaults to:
null
.- Enum - one of [lowercase, none, uppercase]
- convertFalseToValue (Parameter): The value to convert if a variable value is false. Defaults to:
null
. - convertNullToValue (Parameter): The value to convert if a variable value is null. Defaults to:
null
. - convertTrueToValue (Parameter): The value to convert if a variable value is true. Defaults to:
null
. - convertUndefinedToValue (Parameter): The value to convert if a variable value is undefined. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.TagManager.V2.Model.VariableFormatValue{
caseConversionType: any(),
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()
}
t() :: %GoogleApi.TagManager.V2.Model.VariableFormatValue{ caseConversionType: any(), 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
Unwrap a decoded JSON object into its complex fields.