Class: Google::Apis::ContentV2_1::Row

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/content_v2_1/classes.rb,
generated/google/apis/content_v2_1/representations.rb,
generated/google/apis/content_v2_1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Row

Returns a new instance of Row.



12147
12148
12149
# File 'generated/google/apis/content_v2_1/classes.rb', line 12147

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

Instance Attribute Details

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



12145
12146
12147
# File 'generated/google/apis/content_v2_1/classes.rb', line 12145

def cells
  @cells
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12152
12153
12154
# File 'generated/google/apis/content_v2_1/classes.rb', line 12152

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