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

BuyersFinalizedDealsListOptions

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

Additional options for AuthorizedBuyersMarketplace#buyersFinalizedDealsList.

interface BuyersFinalizedDealsListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional query string using the Cloud API list filtering syntax Supported columns for filtering are: * deal.displayName * deal.dealType * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * deal.eligibleSeatIds * dealServingStatus

§
orderBy?: string
[src]

An optional query string to sort finalized deals using the Cloud API sorting syntax. If no sort order is specified, results will be returned in an arbitrary order. Supported columns for sorting are: * deal.displayName * deal.createTime * deal.updateTime * deal.flightStartTime * deal.flightEndTime * rtbMetrics.bidRequests7Days * rtbMetrics.bids7Days * rtbMetrics.adImpressions7Days * rtbMetrics.bidRate7Days * rtbMetrics.filteredBidRate7Days * rtbMetrics.mustBidRateCurrentMonth Example: 'deal.displayName, deal.updateTime desc'

§
pageSize?: number
[src]

Requested page size. The server may return fewer results than requested. If requested more than 500, the server will return 500 results per page. If unspecified, the server will pick a default page size of 100.

§
pageToken?: string
[src]

The page token as returned from ListFinalizedDealsResponse.