benchling_api_client.models.entry_table_row module

class EntryTableRow

Bases: object

Each has property ‘cells’ that is an array of cell objects

__init__(cells: Union[benchling_api_client.types.Unset, List[EntryTableCell]] = attr_dict['_cells'].default) None

Method generated by attrs for class EntryTableRow.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property cells: List[EntryTableCell]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.entry_table_row.T
get(key, default=None) Optional[Any]
to_dict() Dict[str, Any]