Show / Hide Table of Contents

Class VariableFormatValue

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX