UpdateValuesResponse constructor

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

Implementation

UpdateValuesResponse({
  this.spreadsheetId,
  this.updatedCells,
  this.updatedColumns,
  this.updatedData,
  this.updatedRange,
  this.updatedRows,
});