Show / Hide Table of Contents

Class AlgorithmRulesSignalComparison

A single comparison. The comparison compares the signal to the comparisonValue. The comparison of siteId==123 is represented with the following field values: * signal has an impressionSignal of SITE_ID.

  • comparisonOperator is set to EQUAL. * comparisonValue is set to 123.
Inheritance
object
AlgorithmRulesSignalComparison
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.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AlgorithmRulesSignalComparison : IDirectResponseSchema

Properties

ComparisonOperator

Operator used to compare the two values. In the resulting experession, the signal will be the first value and the `comparisonValue will be the second.

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

ComparisonValue

Value to compare signal to.

Declaration
[JsonProperty("comparisonValue")]
public virtual AlgorithmRulesComparisonValue ComparisonValue { get; set; }
Property Value
Type Description
AlgorithmRulesComparisonValue

ETag

The ETag of the item.

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

Signal

Signal to compare.

Declaration
[JsonProperty("signal")]
public virtual AlgorithmRulesSignal Signal { get; set; }
Property Value
Type Description
AlgorithmRulesSignal

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX