UpdateValuesByDataFilterResponse constructor

UpdateValuesByDataFilterResponse({
  1. DataFilter? dataFilter,
  2. int? updatedCells,
  3. int? updatedColumns,
  4. ValueRange? updatedData,
  5. String? updatedRange,
  6. int? updatedRows,
})

Implementation

UpdateValuesByDataFilterResponse({
  this.dataFilter,
  this.updatedCells,
  this.updatedColumns,
  this.updatedData,
  this.updatedRange,
  this.updatedRows,
});