Class: Google::Shopping::Merchant::Accounts::V1beta::Row
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::Row
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb
Overview
Include a list of cells.
Instance Attribute Summary collapse
Instance Attribute Details
#cells ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::Value>
Returns 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.
657 658 659 660 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/shippingsettings.rb', line 657 class Row include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |