View Source GoogleApi.Sheets.V4.Model.BatchUpdateValuesByDataFilterResponse (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.UpdateValuesByDataFilterResponse.t), default: nil) - The response for each range updated.
  • 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.BatchUpdateValuesByDataFilterResponse{
  responses:
    [GoogleApi.Sheets.V4.Model.UpdateValuesByDataFilterResponse.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.