Show / Hide Table of Contents

Class UserDefinedVariableConfiguration

User Defined Variable configuration.

Inheritance
System.Object
UserDefinedVariableConfiguration
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.Dfareporting.v3_3.Data
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class UserDefinedVariableConfiguration : IDirectResponseSchema

Properties

DataType

Data type for the variable. This is a required field.

Declaration
[JsonProperty("dataType")]
public virtual string DataType { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

ReportName

User-friendly name for the variable which will appear in reports. This is a required field, must be less than 64 characters long, and cannot contain the following characters: ""<>".

Declaration
[JsonProperty("reportName")]
public virtual string ReportName { get; set; }
Property Value
Type Description
System.String

VariableType

Variable name in the tag. This is a required field.

Declaration
[JsonProperty("variableType")]
public virtual string VariableType { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top