class Google::Apis::SheetsV4::DeleteDuplicatesResponse

The result of removing duplicates in a range.

Attributes

duplicates_removed_count[RW]

The number of duplicate rows removed. Corresponds to the JSON property `duplicatesRemovedCount` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 4624
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/sheets_v4/classes.rb, line 4629
def update!(**args)
  @duplicates_removed_count = args[:duplicates_removed_count] if args.key?(:duplicates_removed_count)
end