ListProposalsResponse

  • This is a response message for listing proposals.

  • The response contains a list of proposals and a token for fetching the next page of results.

  • The proposals are represented as objects conforming to the Proposal schema.

  • The nextPageToken is a string used for pagination.

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.