google_api_sheets v0.2.0 GoogleApi.Sheets.V4.Model.UpdateValuesResponse View Source
The response when updating a range of values in a spreadsheet.
Attributes
- spreadsheetId (String.t): 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.t): 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
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.