google_api_sheets v0.7.0 GoogleApi.Sheets.V4.Model.UpdateValuesByDataFilterResponse View Source

The response when updating a range of values by a data filter in a spreadsheet.

Attributes

  • dataFilter (type: GoogleApi.Sheets.V4.Model.DataFilter.t, default: nil) - The data filter that selected the range that was updated.
  • 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 in the range matched by the dataFilter after all 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.

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.UpdateValuesByDataFilterResponse{
  dataFilter: GoogleApi.Sheets.V4.Model.DataFilter.t(),
  updatedCells: integer(),
  updatedColumns: integer(),
  updatedData: GoogleApi.Sheets.V4.Model.ValueRange.t(),
  updatedRange: String.t(),
  updatedRows: 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.