benchling_api_client.models.simple_note_part_type module¶
- class SimpleNotePartType¶
Bases:
benchling_api_client.extensions.Enums.KnownString
An enumeration.
- CODE = 'code'¶
- LIST_BULLET = 'list_bullet'¶
- LIST_NUMBER = 'list_number'¶
- TEXT = 'text'¶
- static of_unknown(val: str) SimpleNotePartType ¶