Show / Hide Table of Contents

Class AlgorithmRulesRuleset

A ruleset consisting of a list of rules and how to aggregate the resulting values.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX