Class AlgorithmRulesComparisonValue
A value to compare the signal to.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AlgorithmRulesComparisonValue : IDirectResponseSchema
Properties
BoolValue
Boolean value.
Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
Type | Description |
---|---|
bool? |
CreativeDimensionValue
Creative dimension value.
Declaration
[JsonProperty("creativeDimensionValue")]
public virtual Dimensions CreativeDimensionValue { get; set; }
Property Value
Type | Description |
---|---|
Dimensions |
DayAndTimeValue
Day and time value. Only TIME_ZONE_RESOLUTION_END_USER
is supported.
Declaration
[JsonProperty("dayAndTimeValue")]
public virtual DayAndTime DayAndTimeValue { get; set; }
Property Value
Type | Description |
---|---|
DayAndTime |
DeviceTypeValue
Device type value.
Declaration
[JsonProperty("deviceTypeValue")]
public virtual string DeviceTypeValue { get; set; }
Property Value
Type | Description |
---|---|
string |
DoubleValue
Double value.
Declaration
[JsonProperty("doubleValue")]
public virtual double? DoubleValue { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnvironmentValue
Environment value.
Declaration
[JsonProperty("environmentValue")]
public virtual string EnvironmentValue { get; set; }
Property Value
Type | Description |
---|---|
string |
ExchangeValue
Exchange value.
Declaration
[JsonProperty("exchangeValue")]
public virtual string ExchangeValue { get; set; }
Property Value
Type | Description |
---|---|
string |
Int64Value
Integer value.
Declaration
[JsonProperty("int64Value")]
public virtual long? Int64Value { get; set; }
Property Value
Type | Description |
---|---|
long? |
OnScreenPositionValue
Ad position value.
Declaration
[JsonProperty("onScreenPositionValue")]
public virtual string OnScreenPositionValue { get; set; }
Property Value
Type | Description |
---|---|
string |
StringValue
String value.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type | Description |
---|---|
string |