benchling_api_client.models.assay_results_archive module

class AssayResultsArchive

Bases: object

__init__(assay_result_ids: List[str], reason: Union[benchling_api_client.types.Unset, AssayResultsArchiveReason] = attr_dict['_reason'].default) None

Method generated by attrs for class AssayResultsArchive.

property assay_result_ids: List[str]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.assay_results_archive.T
property reason: AssayResultsArchiveReason

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

to_dict() Dict[str, Any]