ListCreativesResponse
A response for listing creatives.
JSON representation |
{
"creatives": [
{
object (Creative )
}
],
"nextPageToken": string
} |
Fields |
creatives[] |
object (Creative )
The list of creatives.
|
nextPageToken |
string
A token to retrieve the next page of results. Pass this value in the ListCreativesRequest.pageToken field in the subsequent call to the creatives.list method to retrieve 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 2025-01-31 UTC.
[null,null,["Last updated 2025-01-31 UTC."],[[["This documentation outlines the structure of a JSON response for listing creatives."],["The response includes a list of creatives and a token for retrieving the next page of results if available."],["Each creative is represented as a JSON object conforming to the `Creative` schema definition."]]],[]]