GoogleApi.TagManager.V2.Model.VariableFormatValue (google_api_tag_manager v0.18.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() | 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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.