Class: Google::Apis::ContentV2_1::Row
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::Row
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/content_v2_1/classes.rb,
lib/google/apis/content_v2_1/representations.rb,
lib/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#cells ⇒ Array<Google::Apis::ContentV2_1::Value>
The list of cells that constitute 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.
13121 13122 13123 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 13121 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cells ⇒ Array<Google::Apis::ContentV2_1::Value>
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. Required.
Corresponds to the JSON property cells
13119 13120 13121 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 13119 def cells @cells end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13126 13127 13128 |
# File 'lib/google/apis/content_v2_1/classes.rb', line 13126 def update!(**args) @cells = args[:cells] if args.key?(:cells) end |