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 toEQUAL
. *comparisonValue
is set to 123.
Implements
Inherited Members
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 |