ListProposalsResponse
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[],["The core content details the JSON representation for listing proposals. The response includes an array of `proposals`, each a `Proposal` object. It also contains a `nextPageToken`, a string used to retrieve the subsequent page of proposals if more are available. The `proposals[]` field provides the list of proposals, and `nextPageToken` is the token for pagination.\n"],null,[]]