Google Sheets · Schema

UpdateValuesResponse

The response when updating a range of values in a spreadsheet.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
spreadsheetId string The spreadsheet the updates were applied to.
updatedRange string The range (in A1 notation) that updates were applied to.
updatedRows integer The number of rows where at least one cell in the row was updated.
updatedColumns integer The number of columns where at least one cell in the column was updated.
updatedCells integer The number of cells updated.
View JSON Schema on GitHub