Class: Google::Apis::SheetsV4::DeleteFilterViewRequest

Inherits:
Object
  • Object
show all
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

Deletes a particular filter view.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DeleteFilterViewRequest

Returns a new instance of DeleteFilterViewRequest.



4660
4661
4662
# File 'generated/google/apis/sheets_v4/classes.rb', line 4660

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#filter_idFixnum

The ID of the filter to delete. Corresponds to the JSON property filterId

Returns:

  • (Fixnum)


4658
4659
4660
# File 'generated/google/apis/sheets_v4/classes.rb', line 4658

def filter_id
  @filter_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4665
4666
4667
# File 'generated/google/apis/sheets_v4/classes.rb', line 4665

def update!(**args)
  @filter_id = args[:filter_id] if args.key?(:filter_id)
end