benchling_api_client.models.custom_entities_archive module

class CustomEntitiesArchive

Bases: object

The request body for archiving custom entities.

__init__(custom_entity_ids: List[str], reason: EntityArchiveReason) None

Method generated by attrs for class CustomEntitiesArchive.

property custom_entity_ids: List[str]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.custom_entities_archive.T
property reason: EntityArchiveReason

The reason for archiving the provided entities. Accepted reasons may differ based on tenant configuration.

to_dict() Dict[str, Any]