ListCustomBiddingAlgorithmRulesResponse
import type { ListCustomBiddingAlgorithmRulesResponse } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
interface ListCustomBiddingAlgorithmRulesResponse {
customBiddingRules?: CustomBiddingAlgorithmRules[];
nextPageToken?: string;
}§Properties
§
customBiddingRules?: CustomBiddingAlgorithmRules[]
[src]The list of CustomBiddingAlgorithmRules resources. This list will be absent if empty.