Show / Hide Table of Contents

Class CustomBiddingAlgorithmRules

A single custom bidding algorithm rules.

Inheritance
object
CustomBiddingAlgorithmRules
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 CustomBiddingAlgorithmRules : IDirectResponseSchema

Properties

Active

Output only. Whether the rules resource is currently being used for scoring by the parent algorithm.

Declaration
[JsonProperty("active")]
public virtual bool? Active { get; set; }
Property Value
Type Description
bool?

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time when the rules resource was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

CustomBiddingAlgorithmId

Output only. The unique ID of the custom bidding algorithm that the rules resource belongs to.

Declaration
[JsonProperty("customBiddingAlgorithmId")]
public virtual long? CustomBiddingAlgorithmId { get; set; }
Property Value
Type Description
long?

CustomBiddingAlgorithmRulesId

Output only. The unique ID of the rules resource.

Declaration
[JsonProperty("customBiddingAlgorithmRulesId")]
public virtual long? CustomBiddingAlgorithmRulesId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Error

Output only. Error code of the rejected rules resource. This field will only be populated when the state is REJECTED.

Declaration
[JsonProperty("error")]
public virtual CustomBiddingAlgorithmRulesError Error { get; set; }
Property Value
Type Description
CustomBiddingAlgorithmRulesError

Name

Output only. The resource name of the rules resource.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Rules

Required. Immutable. The reference to the uploaded AlgorithmRules file.

Declaration
[JsonProperty("rules")]
public virtual CustomBiddingAlgorithmRulesRef Rules { get; set; }
Property Value
Type Description
CustomBiddingAlgorithmRulesRef

State

Output only. The state of the rules resource.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX