Show / Hide Table of Contents

Class UserDefinedVariableConfiguration

User Defined Variable configuration.

Inheritance
object
UserDefinedVariableConfiguration
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.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.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
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX