benchling_api_client.models.assay_runs_archive module

class AssayRunsArchive

Bases: object

The request body for archiving Assay Runs.

__init__(assay_run_ids: List[str], reason: AssayRunsArchiveReason) None

Method generated by attrs for class AssayRunsArchive.

property assay_run_ids: List[str]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.assay_runs_archive.T
property reason: AssayRunsArchiveReason

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

to_dict() Dict[str, Any]