google_api_sheets v0.2.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 (DataFilter): The data filter that selected the range that was updated. Defaults to: null.
  • updatedCells (integer()): The number of cells updated. Defaults to: null.
  • updatedColumns (integer()): The number of columns where at least one cell in the column was updated. Defaults to: null.
  • updatedData (ValueRange): 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`. Defaults to: null.
  • updatedRange (String.t): The range (in A1 notation) that updates were applied to. Defaults to: null.
  • updatedRows (integer()): The number of rows where at least one cell in the row 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.UpdateValuesByDataFilterResponse{
  dataFilter: GoogleApi.Sheets.V4.Model.DataFilter.t(),
  updatedCells: any(),
  updatedColumns: any(),
  updatedData: GoogleApi.Sheets.V4.Model.ValueRange.t(),
  updatedRange: any(),
  updatedRows: 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.