ListProposalsResponse

Response message for listing proposals.

JSON representation
{
  "proposals": [
    {
      object (Proposal)
    }
  ],
  "nextPageToken": string
}
Fields
proposals[]

object (Proposal)

The list of proposals.

nextPageToken

string

Continuation token for fetching the next page of results.