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

The result of the find/replace.

Attributes

  • formulasChanged (integer()): The number of formula cells changed. Defaults to: null.
  • occurrencesChanged (integer()): The number of occurrences (possibly multiple within a cell) changed. For example, if replacing `"e"` with `"o"` in `"Google Sheets"`, this would be `"3"` because `"Google Sheets"` -> `"Googlo Shoots"`. Defaults to: null.
  • rowsChanged (integer()): The number of rows changed. Defaults to: null.
  • sheetsChanged (integer()): The number of sheets changed. Defaults to: null.
  • valuesChanged (integer()): The number of non-formula cells changed. 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.FindReplaceResponse{
  formulasChanged: any(),
  occurrencesChanged: any(),
  rowsChanged: any(),
  sheetsChanged: any(),
  valuesChanged: 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.