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

ListDealAssociationsResponse

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

A response for listing creative and deal associations

interface ListDealAssociationsResponse {
associations?: CreativeDealAssociation[];
nextPageToken?: string;
}

§Properties

§

The list of associations.

§
nextPageToken?: string
[src]

A token to retrieve the next page of results. Pass this value in the ListDealAssociationsRequest.page_token field in the subsequent call to 'ListDealAssociation' method to retrieve the next page of results.