Class: Google::Apis::SheetsV4::DuplicateFilterViewRequest
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::DuplicateFilterViewRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/google/apis/sheets_v4/representations.rb
Overview
Duplicates a particular filter view.
Instance Attribute Summary collapse
-
#filter_id ⇒ Fixnum
The ID of the filter being duplicated.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DuplicateFilterViewRequest
constructor
A new instance of DuplicateFilterViewRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ DuplicateFilterViewRequest
Returns a new instance of DuplicateFilterViewRequest
3973 3974 3975 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 3973 def initialize(**args) update!(**args) end |
Instance Attribute Details
#filter_id ⇒ Fixnum
The ID of the filter being duplicated.
Corresponds to the JSON property filterId
3971 3972 3973 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 3971 def filter_id @filter_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3978 3979 3980 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 3978 def update!(**args) @filter_id = args[:filter_id] if args.key?(:filter_id) end |