Class UserDefinedVariableConfiguration
User Defined Variable configuration.
Implements
Inherited Members
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 |