benchling_api_client.models.unregister_entities module

class UnregisterEntities

Bases: object

__init__(entity_ids: List[str], folder_id: str) None

Method generated by attrs for class UnregisterEntities.

property entity_ids: List[str]

Array of entity IDs

property folder_id: str

ID of the folder that the entities should be moved to

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.unregister_entities.T
to_dict() Dict[str, Any]