BatchUpdateValuesResponse constructor

BatchUpdateValuesResponse({
  1. List<UpdateValuesResponse>? responses,
  2. String? spreadsheetId,
  3. int? totalUpdatedCells,
  4. int? totalUpdatedColumns,
  5. int? totalUpdatedRows,
  6. int? totalUpdatedSheets,
})

Implementation

BatchUpdateValuesResponse({
  this.responses,
  this.spreadsheetId,
  this.totalUpdatedCells,
  this.totalUpdatedColumns,
  this.totalUpdatedRows,
  this.totalUpdatedSheets,
});