class Google::Apis::ContentV2_1::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_1::Value>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 13799
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_1/classes.rb, line 13804
def update!(**args)
  @cells = args[:cells] if args.key?(:cells)
end