The response when updating a range of values in a spreadsheet.
| JSON representation | 
|---|
| {
  "spreadsheetId": string,
  "updatedRange": string,
  "updatedRows": integer,
  "updatedColumns": integer,
  "updatedCells": integer,
  "updatedData": {
    object ( | 
| Fields | |
|---|---|
| spreadsheetId | 
 The spreadsheet the updates were applied to. | 
| updatedRange | 
 The range (in A1 notation) that updates were applied to. | 
| updatedRows | 
 The number of rows where at least one cell in the row was updated. | 
| updatedColumns | 
 The number of columns where at least one cell in the column was updated. | 
| updatedCells | 
 The number of cells updated. | 
| updatedData | 
 The values of the cells after updates were applied. This is only included if the request's  |