UpdateValuesByDataFilterResponse constructor
UpdateValuesByDataFilterResponse({
- DataFilter? dataFilter,
- int? updatedCells,
- int? updatedColumns,
- ValueRange? updatedData,
- String? updatedRange,
- int? updatedRows,
Implementation
UpdateValuesByDataFilterResponse({
this.dataFilter,
this.updatedCells,
this.updatedColumns,
this.updatedData,
this.updatedRange,
this.updatedRows,
});