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

AccountsCreativesDealAssociationsListOptions

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

Additional options for AdExchangeBuyer2#accountsCreativesDealAssociationsList.

interface AccountsCreativesDealAssociationsListOptions {
pageSize?: number;
pageToken?: string;
query?: string;
}

§Properties

§
pageSize?: number
[src]

Requested page size. Server may return fewer associations than requested. If unspecified, 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 ListDealAssociationsResponse.next_page_token returned from the previous call to 'ListDealAssociations' method.

§
query?: string
[src]

An optional query string to filter deal associations. If no filter is specified, all associations will be returned. Supported queries are: - accountId=account_id_string - creativeId=creative_id_string - dealsId=deals_id_string - dealsStatus:{approved, conditionally_approved, disapproved, not_checked} - openAuctionStatus:{approved, conditionally_approved, disapproved, not_checked} Example: 'dealsId=12345 AND dealsStatus:disapproved'