Show / Hide Table of Contents

Class AlgorithmRulesComparisonValue

A value to compare the signal to.

Inheritance
object
AlgorithmRulesComparisonValue
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.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.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

VideoPlayerSizeValue

Video player size value. This field is only supported for allowlisted partners.

Declaration
[JsonProperty("videoPlayerSizeValue")]
public virtual string VideoPlayerSizeValue { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX