benchling_api_client.models.workflow_task_groups_archive module

class WorkflowTaskGroupsArchive

Bases: object

__init__(reason: WorkflowTaskGroupArchiveReason, workflow_task_group_ids: List[str]) None

Method generated by attrs for class WorkflowTaskGroupsArchive.

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

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

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