benchling_api_client.models.mixtures_archive module

class MixturesArchive

Bases: object

The request body for archiving mixtures.

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

Method generated by attrs for class MixturesArchive.

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

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

to_dict() Dict[str, Any]