class Google::Apis::ContentV2::Row
Attributes
cells[RW]
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` @return [Array<Google::Apis::ContentV2::Value>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2/classes.rb, line 10422 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/content_v2/classes.rb, line 10427 def update!(**args) @cells = args[:cells] if args.key?(:cells) end