class Google::Apis::SheetsV4::UpdateFilterViewRequest

Updates properties of the filter view.

def initialize(**args)

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

def update!(**args)

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