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

AccountsProposalsListOptions

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

Additional options for AdExchangeBuyer2#accountsProposalsList.

interface AccountsProposalsListOptions {
filter?: string;
filterSyntax?: "FILTER_SYNTAX_UNSPECIFIED" | "PQL" | "LIST_FILTER";
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

An optional PQL filter query used to query for proposals. Nested repeated fields, such as proposal.deals.targetingCriterion, cannot be filtered.

§
filterSyntax?: "FILTER_SYNTAX_UNSPECIFIED" | "PQL" | "LIST_FILTER"
[src]

Syntax the filter is written in. Current implementation defaults to PQL but in the future it will be LIST_FILTER.

§
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 ListProposalsResponse.