benchling_api_client.models.entity_schema_type module¶
- class EntitySchemaType¶
Bases:
benchling_api_client.extensions.Enums.KnownString
An enumeration.
- AA_SEQUENCE = 'aa_sequence'¶
- CUSTOM_ENTITY = 'custom_entity'¶
- DNA_OLIGO = 'dna_oligo'¶
- DNA_SEQUENCE = 'dna_sequence'¶
- MIXTURE = 'mixture'¶
- MOLECULE = 'molecule'¶
- RNA_OLIGO = 'rna_oligo'¶
- static of_unknown(val: str) EntitySchemaType ¶