benchling_api_client.models.workflow_task_status module

class WorkflowTaskStatus

Bases: object

__init__(display_name: Union[benchling_api_client.types.Unset, str] = attr_dict['_display_name'].default, id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default, status_type: Union[benchling_api_client.types.Unset, WorkflowTaskStatusStatusType] = attr_dict['_status_type'].default) None

Method generated by attrs for class WorkflowTaskStatus.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property display_name: str

The status label

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.workflow_task_status.T
get(key, default=None) Optional[Any]
property id: str

The ID of the workflow task status

property status_type: WorkflowTaskStatusStatusType

The status type

to_dict() Dict[str, Any]