benchling_api_client.models.dna_template_alignment_create module

class DnaTemplateAlignmentCreate

Bases: object

__init__(template_sequence_id: str, algorithm: DnaAlignmentBaseAlgorithm, files: List[Union[DnaAlignmentBaseFilesItem, DnaTemplateAlignmentFile, UnknownType]], name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default) None

Method generated by attrs for class DnaTemplateAlignmentCreate.

property algorithm: DnaAlignmentBaseAlgorithm
property files: List[Union[DnaAlignmentBaseFilesItem, DnaTemplateAlignmentFile, UnknownType]]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.dna_template_alignment_create.T
property name: str
property template_sequence_id: str
to_dict() Dict[str, Any]