benchling_api_client.models.dna_consensus_alignment_create module

class DnaConsensusAlignmentCreate

Bases: object

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

Method generated by attrs for class DnaConsensusAlignmentCreate.

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