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

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

Attributes

  • responses ([UpdateValuesByDataFilterResponse]): The response for each range updated. Defaults to: null.
  • spreadsheetId (String.t): The spreadsheet the updates were applied to. Defaults to: null.
  • totalUpdatedCells (integer()): The total number of cells updated. Defaults to: null.
  • totalUpdatedColumns (integer()): The total number of columns where at least one cell in the column was updated. Defaults to: null.
  • totalUpdatedRows (integer()): The total number of rows where at least one cell in the row was updated. Defaults to: null.
  • totalUpdatedSheets (integer()): The total number of sheets where at least one cell in the sheet 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 type

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

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.