benchling_api_client.models.molecule_update module

class MoleculeUpdate

Bases: object

__init__(entity_registry_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_entity_registry_id'].default, aliases: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_aliases'].default, author_ids: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_author_ids'].default, chemical_structure: Union[benchling_api_client.types.Unset, MoleculeStructure] = attr_dict['_chemical_structure'].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, name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default, schema_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_schema_id'].default) None

Method generated by attrs for class MoleculeUpdate.

property aliases: List[str]

Aliases to add to the Molecule.

property author_ids: List[str]

IDs of users to set as the Molecule’s authors.

property chemical_structure: MoleculeStructure
property custom_fields: CustomFields
property entity_registry_id: str
property fields: Fields
property folder_id: str

ID of the folder containing the Molecule.

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.molecule_update.T
property name: str

Name of the Molecule.

property schema_id: str

ID of the Molecule’s schema.

to_dict() Dict[str, Any]