Class: Google::Apis::ContentwarehouseV1::GoogleCloudDocumentaiV1DocumentPageTableTableRow
- Inherits:
-
Object
- Object
- Google::Apis::ContentwarehouseV1::GoogleCloudDocumentaiV1DocumentPageTableTableRow
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contentwarehouse_v1/classes.rb,
lib/google/apis/contentwarehouse_v1/representations.rb,
lib/google/apis/contentwarehouse_v1/representations.rb
Overview
A row of table cells.
Instance Attribute Summary collapse
-
#cells ⇒ Array<Google::Apis::ContentwarehouseV1::GoogleCloudDocumentaiV1DocumentPageTableTableCell>
Cells that make up this row.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDocumentaiV1DocumentPageTableTableRow
constructor
A new instance of GoogleCloudDocumentaiV1DocumentPageTableTableRow.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDocumentaiV1DocumentPageTableTableRow
Returns a new instance of GoogleCloudDocumentaiV1DocumentPageTableTableRow.
5786 5787 5788 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 5786 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cells ⇒ Array<Google::Apis::ContentwarehouseV1::GoogleCloudDocumentaiV1DocumentPageTableTableCell>
Cells that make up this row.
Corresponds to the JSON property cells
5784 5785 5786 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 5784 def cells @cells end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5791 5792 5793 |
# File 'lib/google/apis/contentwarehouse_v1/classes.rb', line 5791 def update!(**args) @cells = args[:cells] if args.key?(:cells) end |