benchling_api_client.models.batches_archive module

class BatchesArchive

Bases: object

The request body for archiving Batches.

__init__(batch_ids: List[str], reason: BatchesArchiveReason) None

Method generated by attrs for class BatchesArchive.

property batch_ids: List[str]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.batches_archive.T
property reason: BatchesArchiveReason

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

to_dict() Dict[str, Any]