Class: Google::Apis::GmailV1::ListFiltersResponse
- Inherits:
-
Object
- Object
- Google::Apis::GmailV1::ListFiltersResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/gmail_v1/classes.rb,
generated/google/apis/gmail_v1/representations.rb,
generated/google/apis/gmail_v1/representations.rb
Overview
Response for the ListFilters method.
Instance Attribute Summary collapse
-
#filter ⇒ Array<Google::Apis::GmailV1::Filter>
List of a user's filters.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListFiltersResponse
constructor
A new instance of ListFiltersResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListFiltersResponse
Returns a new instance of ListFiltersResponse
697 698 699 |
# File 'generated/google/apis/gmail_v1/classes.rb', line 697 def initialize(**args) update!(**args) end |
Instance Attribute Details
#filter ⇒ Array<Google::Apis::GmailV1::Filter>
List of a user's filters.
Corresponds to the JSON property filter
695 696 697 |
# File 'generated/google/apis/gmail_v1/classes.rb', line 695 def filter @filter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
702 703 704 |
# File 'generated/google/apis/gmail_v1/classes.rb', line 702 def update!(**args) @filter = args[:filter] if args.key?(:filter) end |