class Google::Apis::SheetsV4::TrimWhitespaceResponse

The result of trimming whitespace in cells.

Attributes

cells_changed_count[RW]

The number of cells that were trimmed of whitespace. Corresponds to the JSON property `cellsChangedCount` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sheets_v4/classes.rb, line 10167
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 10172
def update!(**args)
  @cells_changed_count = args[:cells_changed_count] if args.key?(:cells_changed_count)
end