ListFilterSetsResponse
Response message for listing filter sets.
JSON representation |
{
"filterSets": [
{
object (FilterSet )
}
],
"nextPageToken": string
} |
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 documents the structure of the response received when listing filter sets within the Authorized Buyers Real-Time Bidding API."],["The response includes a list of filter sets associated with the buyer and a token for retrieving subsequent pages of results."],["Each filter set object provides detailed information about the specific filtering criteria, as defined in the FilterSet resource."]]],["The core content describes the JSON response for listing filter sets. It includes an array of `filterSets`, each an object representing a filter set. The response also contains a `nextPageToken`, which is a string. This token is used to retrieve the subsequent page of results by including it in the `pageToken` field of the next `ListFilterSetsRequest`.\n"]]