class Google::Apis::Adexchangebuyer2V2beta1::ListFilterSetsResponse

Response message for listing filter sets.

Attributes

filter_sets[RW]

The filter sets belonging to the buyer. Corresponds to the JSON property `filterSets` @return [Array<Google::Apis::Adexchangebuyer2V2beta1::FilterSet>]

next_page_token[RW]

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. Corresponds to the JSON property `nextPageToken` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2333
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/adexchangebuyer2_v2beta1/classes.rb, line 2338
def update!(**args)
  @filter_sets = args[:filter_sets] if args.key?(:filter_sets)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end