class Google::Apis::SheetsV4::ClearBasicFilterRequest
Clears the basic filter, if any exists on the sheet.
Attributes
sheet_id[RW]
The sheet ID on which the basic filter should be cleared. Corresponds to the JSON property `sheetId` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 3143 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 3148 def update!(**args) @sheet_id = args[:sheet_id] if args.key?(:sheet_id) end