CustomBiddingAlgorithmsScriptsListOptions
import type { CustomBiddingAlgorithmsScriptsListOptions } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Additional options for DisplayVideo#customBiddingAlgorithmsScriptsList.
interface CustomBiddingAlgorithmsScriptsListOptions {
advertiserId?: bigint;
orderBy?: string;
pageSize?: number;
pageToken?: string;
partnerId?: bigint;
}§Properties
§
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.