class Google::Apis::GmailV1::ListFiltersResponse

Response for the ListFilters method.

Attributes

filter[RW]

List of a user's filters. Corresponds to the JSON property `filter` @return [Array<Google::Apis::GmailV1::Filter>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/gmail_v1/classes.rb, line 745
def update!(**args)
  @filter = args[:filter] if args.key?(:filter)
end