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.
|
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."],[[["This page describes the JSON response structure when listing proposals within the Authorized Buyers Real-Time Bidding API."],["The response includes an array of 'proposals' and a 'nextPageToken' for handling pagination."],["Each proposal in the array is represented as a JSON object conforming to the 'Proposal' object definition."]]],["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"]]