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."],[[["\u003cp\u003eThis page describes the JSON response structure when listing proposals within the Authorized Buyers Real-Time Bidding API.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes an array of 'proposals' and a 'nextPageToken' for handling pagination.\u003c/p\u003e\n"],["\u003cp\u003eEach proposal in the array is represented as a JSON object conforming to the 'Proposal' object definition.\u003c/p\u003e\n"]]],["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,["# ListProposalsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message for listing proposals.\n\n| JSON representation ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"proposals\": [ { object (/authorized-buyers/apis/reference/rest/v2beta1/accounts.proposals#Proposal) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------|\n| `proposals[]` | `object (`[Proposal](/authorized-buyers/apis/reference/rest/v2beta1/accounts.proposals#Proposal)`)` The list of proposals. |\n| `nextPageToken` | `string` Continuation token for fetching the next page of results. |"]]