benchling_api_client.models.workflow_tasks_archive module

class WorkflowTasksArchive

Bases: object

__init__(reason: WorkflowTaskArchiveReason, workflow_task_ids: List[str]) None

Method generated by attrs for class WorkflowTasksArchive.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.workflow_tasks_archive.T
get(key, default=None) Optional[Any]
property reason: WorkflowTaskArchiveReason

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

to_dict() Dict[str, Any]
property workflow_task_ids: List[str]