GoogleApi.Sheets.V4.Model.FindReplaceResponse (google_api_sheets v0.28.1) View Source

The result of the find/replace.

Attributes

  • formulasChanged (type: integer(), default: nil) - The number of formula cells changed.
  • occurrencesChanged (type: integer(), default: nil) - 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".
  • rowsChanged (type: integer(), default: nil) - The number of rows changed.
  • sheetsChanged (type: integer(), default: nil) - The number of sheets changed.
  • valuesChanged (type: integer(), default: nil) - The number of non-formula cells changed.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Sheets.V4.Model.FindReplaceResponse{
  formulasChanged: integer() | nil,
  occurrencesChanged: integer() | nil,
  rowsChanged: integer() | nil,
  sheetsChanged: integer() | nil,
  valuesChanged: integer() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.