class Google::Apis::SheetsV4::DeleteDuplicatesResponse

The result of removing duplicates in a range.

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @duplicates_removed_count = args[:duplicates_removed_count] if args.key?(:duplicates_removed_count)
end