Class: Google::Apis::Area120tablesV1alpha1::BatchUpdateRowsResponse
- Inherits:
-
Object
- Object
- Google::Apis::Area120tablesV1alpha1::BatchUpdateRowsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/area120tables_v1alpha1/classes.rb,
generated/google/apis/area120tables_v1alpha1/representations.rb,
generated/google/apis/area120tables_v1alpha1/representations.rb
Overview
Response message for TablesService.BatchUpdateRows.
Instance Attribute Summary collapse
-
#rows ⇒ Array<Google::Apis::Area120tablesV1alpha1::Row>
The updated rows.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchUpdateRowsResponse
constructor
A new instance of BatchUpdateRowsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchUpdateRowsResponse
Returns a new instance of BatchUpdateRowsResponse.
93 94 95 |
# File 'generated/google/apis/area120tables_v1alpha1/classes.rb', line 93 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rows ⇒ Array<Google::Apis::Area120tablesV1alpha1::Row>
The updated rows.
Corresponds to the JSON property rows
91 92 93 |
# File 'generated/google/apis/area120tables_v1alpha1/classes.rb', line 91 def rows @rows end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
98 99 100 |
# File 'generated/google/apis/area120tables_v1alpha1/classes.rb', line 98 def update!(**args) @rows = args[:rows] if args.key?(:rows) end |