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

ListDealsResponse

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

Response message for listing deals in a proposal.

interface ListDealsResponse {
deals?: Deal[];
nextPageToken?: string;
}

§Properties

§
deals?: Deal[]
[src]

The list of deals.

§
nextPageToken?: string
[src]

Token to fetch the next page of results.