google_api_tag_manager v0.7.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 Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.