class Google::Apis::SheetsV4::SetBasicFilterRequest

Sets the basic filter associated with a sheet.

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @filter = args[:filter] if args.key?(:filter)
end