benchling_api_client.models.dna_sequence_base_request module

class DnaSequenceBaseRequest

Bases: object

__init__(aliases: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_aliases'].default, annotations: Union[benchling_api_client.types.Unset, List[DnaAnnotation]] = attr_dict['_annotations'].default, author_ids: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_author_ids'].default, bases: Union[benchling_api_client.types.Unset, str] = attr_dict['_bases'].default, custom_fields: Union[benchling_api_client.types.Unset, CustomFields] = attr_dict['_custom_fields'].default, fields: Union[benchling_api_client.types.Unset, Fields] = attr_dict['_fields'].default, folder_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_folder_id'].default, is_circular: Union[benchling_api_client.types.Unset, bool] = attr_dict['_is_circular'].default, name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default, primers: Union[benchling_api_client.types.Unset, List[Primer]] = attr_dict['_primers'].default, schema_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_schema_id'].default, translations: Union[benchling_api_client.types.Unset, List[Translation]] = attr_dict['_translations'].default) None

Method generated by attrs for class DnaSequenceBaseRequest.

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

Aliases to add to the DNA sequence

property annotations: List[DnaAnnotation]

Annotations to create on the DNA sequence.

property author_ids: List[str]

IDs of users to set as the DNA sequence’s authors.

property bases: str

Base pairs for the DNA sequence.

property custom_fields: CustomFields
property fields: Fields
property folder_id: str

ID of the folder containing the DNA sequence.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.dna_sequence_base_request.T
get(key, default=None) Optional[Any]
property is_circular: bool

Whether the DNA sequence is circular or linear.

property name: str

Name of the DNA sequence.

property primers: List[Primer]
property schema_id: str

ID of the DNA sequence’s schema.

to_dict() Dict[str, Any]
property translations: List[Translation]

Translations to create on the DNA sequence.