Class: Google::Apis::SheetsV4::BatchClearValuesByDataFilterRequest
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::BatchClearValuesByDataFilterRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/google/apis/sheets_v4/representations.rb
Overview
The request for clearing more than one range selected by a DataFilter in a spreadsheet.
Instance Attribute Summary collapse
-
#data_filters ⇒ Array<Google::Apis::SheetsV4::DataFilter>
The DataFilters used to determine which ranges to clear.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchClearValuesByDataFilterRequest
constructor
A new instance of BatchClearValuesByDataFilterRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchClearValuesByDataFilterRequest
Returns a new instance of BatchClearValuesByDataFilterRequest.
1501 1502 1503 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 1501 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_filters ⇒ Array<Google::Apis::SheetsV4::DataFilter>
The DataFilters used to determine which ranges to clear.
Corresponds to the JSON property dataFilters
1499 1500 1501 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 1499 def data_filters @data_filters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1506 1507 1508 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 1506 def update!(**args) @data_filters = args[:data_filters] if args.key?(:data_filters) end |