View Source GoogleApi.Sheets.V4.Model.BatchUpdateValuesResponse (google_api_sheets v0.31.0)

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

Attributes

  • responses (type: list(GoogleApi.Sheets.V4.Model.UpdateValuesResponse.t), default: nil) - One UpdateValuesResponse per requested range, in the same order as the requests appeared.
  • spreadsheetId (type: String.t, default: nil) - The spreadsheet the updates were applied to.
  • totalUpdatedCells (type: integer(), default: nil) - The total number of cells updated.
  • totalUpdatedColumns (type: integer(), default: nil) - The total number of columns where at least one cell in the column was updated.
  • totalUpdatedRows (type: integer(), default: nil) - The total number of rows where at least one cell in the row was updated.
  • totalUpdatedSheets (type: integer(), default: nil) - The total number of sheets where at least one cell in the sheet was updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Sheets.V4.Model.BatchUpdateValuesResponse{
  responses: [GoogleApi.Sheets.V4.Model.UpdateValuesResponse.t()] | nil,
  spreadsheetId: String.t() | nil,
  totalUpdatedCells: integer() | nil,
  totalUpdatedColumns: integer() | nil,
  totalUpdatedRows: integer() | nil,
  totalUpdatedSheets: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.