google_api_sheets v0.18.0 GoogleApi.Sheets.V4.Model.BatchUpdateValuesByDataFilterResponse View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Sheets.V4.Model.BatchUpdateValuesByDataFilterResponse{
  responses: [GoogleApi.Sheets.V4.Model.UpdateValuesByDataFilterResponse.t()],
  spreadsheetId: String.t(),
  totalUpdatedCells: integer(),
  totalUpdatedColumns: integer(),
  totalUpdatedRows: integer(),
  totalUpdatedSheets: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.