ListFilterSetsResponse

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.