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

AccountsProductsListOptions

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

Additional options for AdExchangeBuyer2#accountsProductsList.

interface AccountsProductsListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

An optional PQL query used to query for products. See https://developers.google.com/ad-manager/docs/pqlreference for documentation about PQL and examples. Nested repeated fields, such as product.targetingCriterion.inclusions, cannot be filtered.

§
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]

The page token as returned from ListProductsResponse.