Class: Google::Apis::SheetsV4::SetBasicFilterRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/sheets_v4/classes.rb,
lib/google/apis/sheets_v4/representations.rb,
lib/google/apis/sheets_v4/representations.rb

Overview

Sets the basic filter associated with a sheet.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SetBasicFilterRequest

Returns a new instance of SetBasicFilterRequest.



8795
8796
8797
# File 'lib/google/apis/sheets_v4/classes.rb', line 8795

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

Instance Attribute Details

#filterGoogle::Apis::SheetsV4::BasicFilter

The default filter associated with a sheet. Corresponds to the JSON property filter



8793
8794
8795
# File 'lib/google/apis/sheets_v4/classes.rb', line 8793

def filter
  @filter
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8800
8801
8802
# File 'lib/google/apis/sheets_v4/classes.rb', line 8800

def update!(**args)
  @filter = args[:filter] if args.key?(:filter)
end