BatchClearValuesByDataFilterResponse constructor

BatchClearValuesByDataFilterResponse({
  1. List<String>? clearedRanges,
  2. String? spreadsheetId,
})

Implementation

BatchClearValuesByDataFilterResponse({
  this.clearedRanges,
  this.spreadsheetId,
});