ListFilterSetsResponse

  • The ListFilterSetsResponse message is used to list filter sets.

  • The JSON representation includes an array of filterSets objects and an optional nextPageToken string.

  • The filterSets field contains the filter sets belonging to the buyer.

  • The nextPageToken field provides a token for retrieving the next page of results in a paginated list.

Response message for listing filter sets.

JSON representation
{
  "filterSets": [
    {
      object (FilterSet)
    }
  ],
  "nextPageToken": string
}
Fields
filterSets[]

object (FilterSet)

The filter sets belonging to the buyer.

nextPageToken

string

A token to retrieve the next page of results. Pass this value in the ListFilterSetsRequest.pageToken field in the subsequent call to the accounts.filterSets.list method to retrieve the next page of results.