Class: Google::Apis::MerchantapiAccountsV1beta::Row
- Inherits:
-
Object
- Object
- Google::Apis::MerchantapiAccountsV1beta::Row
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/merchantapi_accounts_v1beta/classes.rb,
lib/google/apis/merchantapi_accounts_v1beta/representations.rb,
lib/google/apis/merchantapi_accounts_v1beta/representations.rb
Overview
Include a list of cells.
Instance Attribute Summary collapse
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.
3815 3816 3817 |
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 3815 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cells ⇒ Array<Google::Apis::MerchantapiAccountsV1beta::Value>
Required. The list of cells that constitute the row. Must have the same length
as columnHeaders for two-dimensional tables, a length of 1 for one-
dimensional tables.
Corresponds to the JSON property cells
3813 3814 3815 |
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 3813 def cells @cells end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3820 3821 3822 |
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 3820 def update!(**args) @cells = args[:cells] if args.key?(:cells) end |