Class AlgorithmRulesRule
Set of conditions. The return value of the rule is either: * The return value for single met condition or * The defined default return value if no conditions are met.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AlgorithmRulesRule : IDirectResponseSchema
Properties
Conditions
List of conditions in this rule. The criteria among conditions should be mutually exclusive.
Declaration
[JsonProperty("conditions")]
public virtual IList<AlgorithmRulesRuleCondition> Conditions { get; set; }
Property Value
Type | Description |
---|---|
IList<AlgorithmRulesRuleCondition> |
DefaultReturnValue
The default return value applied when none of the conditions are met.
Declaration
[JsonProperty("defaultReturnValue")]
public virtual AlgorithmRulesSignalValue DefaultReturnValue { get; set; }
Property Value
Type | Description |
---|---|
AlgorithmRulesSignalValue |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |