google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.UpdateValuesResponse View Source

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

Attributes

  • spreadsheetId (String): The spreadsheet the updates were applied to. Defaults to: null.
  • updatedCells (Integer): The number of cells updated. Defaults to: null.
  • updatedColumns (Integer): The number of columns where at least one cell in the column was updated. Defaults to: null.
  • updatedData (ValueRange): The values of the cells after updates were applied. This is only included if the request's `includeValuesInResponse` field was `true`. Defaults to: null.
  • updatedRange (String): The range (in A1 notation) that updates were applied to. Defaults to: null.
  • updatedRows (Integer): The number of rows where at least one cell in the row was updated. Defaults to: null.