Class: Google::Apis::MerchantapiAccountsV1beta::Row

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(**args) ⇒ Row

Returns a new instance of Row.



2284
2285
2286
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 2284

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

Instance Attribute Details

#cellsArray<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



2282
2283
2284
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 2282

def cells
  @cells
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2289
2290
2291
# File 'lib/google/apis/merchantapi_accounts_v1beta/classes.rb', line 2289

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