Show / Hide Table of Contents

Class VariableFormatValue

Inheritance
System.Object
VariableFormatValue
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.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
System.String

Implements

IDirectResponseSchema
Back to top