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

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

Attributes

  • spreadsheetId (type: String.t, default: nil) - The spreadsheet the updates were applied to.
  • updatedCells (type: integer(), default: nil) - The number of cells updated.
  • updatedColumns (type: integer(), default: nil) - The number of columns where at least one cell in the column was updated.
  • updatedData (type: GoogleApi.Sheets.V4.Model.ValueRange.t, default: nil) - The values of the cells after updates were applied. This is only included if the request's includeValuesInResponse field was true.
  • updatedRange (type: String.t, default: nil) - The range (in A1 notation) that updates were applied to.
  • updatedRows (type: integer(), default: nil) - The number of rows where at least one cell in the row was updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Sheets.V4.Model.UpdateValuesResponse{
  spreadsheetId: String.t() | nil,
  updatedCells: integer() | nil,
  updatedColumns: integer() | nil,
  updatedData: GoogleApi.Sheets.V4.Model.ValueRange.t() | nil,
  updatedRange: String.t() | nil,
  updatedRows: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.