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.
567 568 569 |
# File 'generated/google/apis/gmail_v1/classes.rb', line 567 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
565 566 567 |
# File 'generated/google/apis/gmail_v1/classes.rb', line 565 def filter @filter end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
572 573 574 |
# File 'generated/google/apis/gmail_v1/classes.rb', line 572 def update!(**args) @filter = args[:filter] if args.key?(:filter) end |