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

BiddersPretargetingConfigsListOptions

import type { BiddersPretargetingConfigsListOptions } from "https://googleapis.deno.dev/v1/realtimebidding:v1.ts";

Additional options for realtimeBidding#biddersPretargetingConfigsList.

interface BiddersPretargetingConfigsListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

The maximum number of pretargeting configurations to return. If unspecified, at most 10 pretargeting configurations will be returned. The maximum value is 100; values above 100 will be coerced to 100.

§
pageToken?: string
[src]

A token identifying a page of results the server should return. This value is received from a previous ListPretargetingConfigs call in ListPretargetingConfigsResponse.nextPageToken.