Class AlgorithmRulesRuleset
A ruleset consisting of a list of rules and how to aggregate the resulting values.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AlgorithmRulesRuleset : IDirectResponseSchema
Properties
AggregationType
How to aggregate values of evaluated rules.
Declaration
[JsonProperty("aggregationType")]
public virtual string AggregationType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxValue
Maximum value the ruleset can evaluate to.
Declaration
[JsonProperty("maxValue")]
public virtual double? MaxValue { get; set; }
Property Value
Type | Description |
---|---|
double? |
Rules
List of rules to generate the impression value.
Declaration
[JsonProperty("rules")]
public virtual IList<AlgorithmRulesRule> Rules { get; set; }
Property Value
Type | Description |
---|---|
IList<AlgorithmRulesRule> |