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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BatchClearValuesByDataFilterRequest
Returns a new instance of BatchClearValuesByDataFilterRequest
1256 1257 1258 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 1256 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
1254 1255 1256 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 1254 def data_filters @data_filters end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1261 1262 1263 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 1261 def update!(**args) @data_filters = args[:data_filters] if args.key?(:data_filters) end |