class Google::Apis::SheetsV4::DeleteFilterViewRequest

Deletes a particular filter view.

Attributes

filter_id[RW]

The ID of the filter to delete. Corresponds to the JSON property `filterId` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 4662
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sheets_v4/classes.rb, line 4667
def update!(**args)
  @filter_id = args[:filter_id] if args.key?(:filter_id)
end