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

CustomBiddingAlgorithmsScriptsListOptions

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

Additional options for DisplayVideo#customBiddingAlgorithmsScriptsList.

interface CustomBiddingAlgorithmsScriptsListOptions {
advertiserId?: bigint;
orderBy?: string;
pageSize?: number;
pageToken?: string;
partnerId?: bigint;
}

§Properties

§
advertiserId?: bigint
[src]

The ID of the advertiser that owns the parent custom bidding algorithm.

§
orderBy?: string
[src]

Field by which to sort the list. Acceptable values are: * createTime desc (default) The default sorting order is descending. To specify ascending order for a field, the suffix "desc" should be removed. Example: createTime.

§
pageSize?: number
[src]

Requested page size. Must be between 1 and 200. If unspecified will default to 100. Returns error code INVALID_ARGUMENT if an invalid value is specified.

§
pageToken?: string
[src]

A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to ListCustomBiddingScripts method. If not specified, the first page of results will be returned.

§
partnerId?: bigint
[src]

The ID of the partner that owns the parent custom bidding algorithm. Only this partner will have write access to this custom bidding script.