Class: Google::Apis::SheetsV4::TrimWhitespaceResponse
- Inherits:
-
Object
- Object
- Google::Apis::SheetsV4::TrimWhitespaceResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/sheets_v4/classes.rb,
generated/google/apis/sheets_v4/representations.rb,
generated/google/apis/sheets_v4/representations.rb
Overview
The result of trimming whitespace in cells.
Instance Attribute Summary collapse
-
#cells_changed_count ⇒ Fixnum
The number of cells that were trimmed of whitespace.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TrimWhitespaceResponse
constructor
A new instance of TrimWhitespaceResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TrimWhitespaceResponse
Returns a new instance of TrimWhitespaceResponse
9230 9231 9232 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 9230 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cells_changed_count ⇒ Fixnum
The number of cells that were trimmed of whitespace.
Corresponds to the JSON property cellsChangedCount
9228 9229 9230 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 9228 def cells_changed_count @cells_changed_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9235 9236 9237 |
# File 'generated/google/apis/sheets_v4/classes.rb', line 9235 def update!(**args) @cells_changed_count = args[:cells_changed_count] if args.key?(:cells_changed_count) end |