class Google::Apis::SheetsV4::SetBasicFilterRequest

Sets the basic filter associated with a sheet.

Attributes

filter[RW]

The default filter associated with a sheet. Corresponds to the JSON property `filter` @return [Google::Apis::SheetsV4::BasicFilter]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 8627
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 8632
def update!(**args)
  @filter = args[:filter] if args.key?(:filter)
end