Class VariableFormatValue
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class VariableFormatValue : IDirectResponseSchema
Properties
CaseConversionType
The option to convert a string-type variable value to either lowercase or uppercase.
Declaration
[JsonProperty("caseConversionType")]
public virtual string CaseConversionType { get; set; }
Property Value
Type | Description |
---|---|
string |
ConvertFalseToValue
The value to convert if a variable value is false.
Declaration
[JsonProperty("convertFalseToValue")]
public virtual Parameter ConvertFalseToValue { get; set; }
Property Value
Type | Description |
---|---|
Parameter |
ConvertNullToValue
The value to convert if a variable value is null.
Declaration
[JsonProperty("convertNullToValue")]
public virtual Parameter ConvertNullToValue { get; set; }
Property Value
Type | Description |
---|---|
Parameter |
ConvertTrueToValue
The value to convert if a variable value is true.
Declaration
[JsonProperty("convertTrueToValue")]
public virtual Parameter ConvertTrueToValue { get; set; }
Property Value
Type | Description |
---|---|
Parameter |
ConvertUndefinedToValue
The value to convert if a variable value is undefined.
Declaration
[JsonProperty("convertUndefinedToValue")]
public virtual Parameter ConvertUndefinedToValue { get; set; }
Property Value
Type | Description |
---|---|
Parameter |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |