benchling_api_client.models.assay_run_note_part module

class AssayRunNotePart

Bases: object

__init__(assay_run_id: Union[benchling_api_client.types.Unset, None, str] = attr_dict['_assay_run_id'].default, assay_run_schema_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_assay_run_schema_id'].default, type: Union[benchling_api_client.types.Unset, AssayRunNotePartType] = attr_dict['_type'].default, indentation: Union[benchling_api_client.types.Unset, int] = attr_dict['_indentation'].default) None

Method generated by attrs for class AssayRunNotePart.

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

All notes have an indentation level - the default is 0 for no indent. For lists, indentation gives notes hierarchy - a bulleted list with children is modeled as one note part with indentation 1 followed by note parts with indentation 2, for example.

to_dict() Dict[str, Any]
property type: AssayRunNotePartType