ListFilterSetsResponse
Stay organized with collections
Save and categorize content based on your preferences.
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."],[],["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"]]