Class: Google::Apis::SqladminV1beta4::Row
- Inherits:
-
Object
- Object
- Google::Apis::SqladminV1beta4::Row
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/sqladmin_v1beta4/classes.rb,
lib/google/apis/sqladmin_v1beta4/representations.rb,
lib/google/apis/sqladmin_v1beta4/representations.rb
Overview
Contains the values for a row.
Instance Attribute Summary collapse
-
#values ⇒ Array<Google::Apis::SqladminV1beta4::Value>
The values for the row.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Row
constructor
A new instance of Row.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Row
Returns a new instance of Row.
5080 5081 5082 |
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 5080 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<Google::Apis::SqladminV1beta4::Value>
The values for the row.
Corresponds to the JSON property values
5078 5079 5080 |
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 5078 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5085 5086 5087 |
# File 'lib/google/apis/sqladmin_v1beta4/classes.rb', line 5085 def update!(**args) @values = args[:values] if args.key?(:values) end |