Class: Google::Apis::SheetsV4::DeleteDuplicatesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/sheets_v4/classes.rb,
lib/google/apis/sheets_v4/representations.rb,
lib/google/apis/sheets_v4/representations.rb

Overview

The result of removing duplicates in a range.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ DeleteDuplicatesResponse

Returns a new instance of DeleteDuplicatesResponse.



4718
4719
4720
# File 'lib/google/apis/sheets_v4/classes.rb', line 4718

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

Instance Attribute Details

#duplicates_removed_countFixnum

The number of duplicate rows removed. Corresponds to the JSON property duplicatesRemovedCount

Returns:

  • (Fixnum)


4716
4717
4718
# File 'lib/google/apis/sheets_v4/classes.rb', line 4716

def duplicates_removed_count
  @duplicates_removed_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4723
4724
4725
# File 'lib/google/apis/sheets_v4/classes.rb', line 4723

def update!(**args)
  @duplicates_removed_count = args[:duplicates_removed_count] if args.key?(:duplicates_removed_count)
end