Class: Google::Apis::Area120tablesV1alpha1::BatchCreateRowsResponse
- Inherits:
-
Object
- Object
- Google::Apis::Area120tablesV1alpha1::BatchCreateRowsResponse
- 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.BatchCreateRows.
Instance Attribute Summary collapse
-
#rows ⇒ Array<Google::Apis::Area120tablesV1alpha1::Row>
The created rows.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BatchCreateRowsResponse
constructor
A new instance of BatchCreateRowsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BatchCreateRowsResponse
Returns a new instance of BatchCreateRowsResponse.
54 55 56 |
# File 'generated/google/apis/area120tables_v1alpha1/classes.rb', line 54 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rows ⇒ Array<Google::Apis::Area120tablesV1alpha1::Row>
The created rows.
Corresponds to the JSON property rows
52 53 54 |
# File 'generated/google/apis/area120tables_v1alpha1/classes.rb', line 52 def rows @rows end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
59 60 61 |
# File 'generated/google/apis/area120tables_v1alpha1/classes.rb', line 59 def update!(**args) @rows = args[:rows] if args.key?(:rows) end |