Class: Google::Apis::SqladminV1::Row

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/sqladmin_v1/classes.rb,
lib/google/apis/sqladmin_v1/representations.rb,
lib/google/apis/sqladmin_v1/representations.rb

Overview

Contains the values for a row.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Row

Returns a new instance of Row.



5005
5006
5007
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 5005

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#valuesArray<Google::Apis::SqladminV1::Value>

The values for the row. Corresponds to the JSON property values



5003
5004
5005
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 5003

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5010
5011
5012
# File 'lib/google/apis/sqladmin_v1/classes.rb', line 5010

def update!(**args)
  @values = args[:values] if args.key?(:values)
end