benchling_api_client.models.entry_day module

class EntryDay

Bases: object

__init__(date: Union[benchling_api_client.types.Unset, str] = attr_dict['_date'].default, notes: Union[benchling_api_client.types.Unset, List[Union[SimpleNotePart, TableNotePart, CheckboxNotePart, ExternalFileNotePart, AssayRunNotePart, ResultsTableNotePart, RegistrationTableNotePart, PlateCreationTableNotePart, BoxCreationTableNotePart, MixturePrepTableNotePart, UnknownType]]] = attr_dict['_notes'].default) None

Method generated by attrs for class EntryDay.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property date: str

A Date string

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.entry_day.T
get(key, default=None) Optional[Any]
property notes: List[Union[SimpleNotePart, TableNotePart, CheckboxNotePart, ExternalFileNotePart, AssayRunNotePart, ResultsTableNotePart, RegistrationTableNotePart, PlateCreationTableNotePart, BoxCreationTableNotePart, MixturePrepTableNotePart, UnknownType]]
to_dict() Dict[str, Any]