Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CustomBiddingAlgorithmRules

import type { CustomBiddingAlgorithmRules } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

A single custom bidding algorithm rules.

interface CustomBiddingAlgorithmRules {
readonly active?: boolean;
readonly createTime?: Date;
readonly customBiddingAlgorithmId?: bigint;
readonly customBiddingAlgorithmRulesId?: bigint;
readonly name?: string;
readonly state?: "STATE_UNSPECIFIED" | "ACCEPTED" | "REJECTED";
}

§Properties

§
readonly active?: boolean
[src]

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

§
readonly createTime?: Date
[src]

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

§
readonly customBiddingAlgorithmId?: bigint
[src]

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

§
readonly customBiddingAlgorithmRulesId?: bigint
[src]

Output only. The unique ID of the rules resource.

§

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

§
readonly name?: string
[src]

Output only. The resource name of the rules resource.

§

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

§
readonly state?: "STATE_UNSPECIFIED" | "ACCEPTED" | "REJECTED"
[src]

Output only. The state of the rules resource.