cells property
        
        List<GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell> ?
        cells
        
      
getter/setter pair
      A table row is a list of table cells.
Implementation
core.List<
  GoogleCloudDocumentaiV1DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell
>?
cells;