Class: Google::Apis::SheetsV4::DeleteFilterViewRequest
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::DeleteFilterViewRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sheets_v4/classes.rb,
lib/google/apis/sheets_v4/representations.rb,
lib/google/apis/sheets_v4/representations.rb
Overview
Deletes a particular filter view.
Instance Attribute Summary collapse
-
#filter_id ⇒ Fixnum
The ID of the filter to delete.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DeleteFilterViewRequest
constructor
A new instance of DeleteFilterViewRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DeleteFilterViewRequest
Returns a new instance of DeleteFilterViewRequest.
4662 4663 4664 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 4662 def initialize(**args) update!(**args) end |
Instance Attribute Details
#filter_id ⇒ Fixnum
The ID of the filter to delete.
Corresponds to the JSON property filterId
4660 4661 4662 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 4660 def filter_id @filter_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4667 4668 4669 |
# File 'lib/google/apis/sheets_v4/classes.rb', line 4667 def update!(**args) @filter_id = args[:filter_id] if args.key?(:filter_id) end |