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

ListProposalsResponse

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

Response message for listing proposals.

interface ListProposalsResponse {
nextPageToken?: string;
proposals?: Proposal[];
}

§Properties

§
nextPageToken?: string
[src]

Continuation token for fetching the next page of results.

§
proposals?: Proposal[]
[src]

The list of proposals.