google_api_sheets v0.0.2 GoogleApi.Sheets.V4.Model.BatchUpdateValuesResponse View Source
The response when updating a range of values in a spreadsheet.
Attributes
- responses ([UpdateValuesResponse]): One UpdateValuesResponse per requested range, in the same order as the requests appeared. Defaults to:
null
. - spreadsheetId (String.t): The spreadsheet the updates were applied to. Defaults to:
null
. - totalUpdatedCells (integer()): The total number of cells updated. Defaults to:
null
. - totalUpdatedColumns (integer()): The total number of columns where at least one cell in the column was updated. Defaults to:
null
. - totalUpdatedRows (integer()): The total number of rows where at least one cell in the row was updated. Defaults to:
null
. - totalUpdatedSheets (integer()): The total number of sheets where at least one cell in the sheet was updated. Defaults to:
null
.