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

BuyersFilterSetsLosingBidsListOptions

import type { BuyersFilterSetsLosingBidsListOptions } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Additional options for AdExchangeBuyer2#buyersFilterSetsLosingBidsList.

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

§Properties

§
pageSize?: number
[src]

Requested page size. The server may return fewer results than requested. If unspecified, the server will pick an appropriate default.

§
pageToken?: string
[src]

A token identifying a page of results the server should return. Typically, this is the value of ListLosingBidsResponse.nextPageToken returned from the previous call to the losingBids.list method.