Show / Hide Table of Contents

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.

Inheritance
object
AlgorithmRulesRule
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX