View Source GoogleApi.Sheets.V4.Model.DeleteDuplicatesRequest (google_api_sheets v0.34.0)

Removes rows within this range that contain values in the specified columns that are duplicates of values in any previous row. Rows with identical values but different letter cases, formatting, or formulas are considered to be duplicates. This request also removes duplicate rows hidden from view (for example, due to a filter). When removing duplicates, the first instance of each duplicate row scanning from the top downwards is kept in the resulting range. Content outside of the specified range isn't removed, and rows considered duplicates do not have to be adjacent to each other in the range.

Attributes

  • comparisonColumns (type: list(GoogleApi.Sheets.V4.Model.DimensionRange.t), default: nil) - The columns in the range to analyze for duplicate values. If no columns are selected then all columns are analyzed for duplicates.
  • range (type: GoogleApi.Sheets.V4.Model.GridRange.t, default: nil) - The range to remove duplicates rows from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.DeleteDuplicatesRequest{
  comparisonColumns: [GoogleApi.Sheets.V4.Model.DimensionRange.t()] | nil,
  range: GoogleApi.Sheets.V4.Model.GridRange.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.