benchling_api_client.models.entry_table_cell module

class EntryTableCell

Bases: object

__init__(link: Union[benchling_api_client.types.Unset, EntryLink] = attr_dict['_link'].default, text: Union[benchling_api_client.types.Unset, str] = attr_dict['_text'].default) None

Method generated by attrs for class EntryTableCell.

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

Links are contained within notes to reference resources that live outside of the entry. A link can target an external resource via an http(s):// hyperlink or a Benchling resource via @-mentions and drag-n-drop.

property text: str

The textual content of the cell. If the cell was originally a formula, this will be the evaluated version of the formula.

to_dict() Dict[str, Any]