benchling_api_client.models.workflow_stage_run module

class WorkflowStageRun

Bases: object

__init__(created_at: Union[benchling_api_client.types.Unset, datetime] = attr_dict['_created_at'].default, id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default, name: Union[benchling_api_client.types.Unset, str] = attr_dict['_name'].default, status: Union[benchling_api_client.types.Unset, WorkflowStageRunStatus] = attr_dict['_status'].default) None

Method generated by attrs for class WorkflowStageRun.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property created_at: datetime

DateTime at which the the stage run was created

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

ID of the stage run

property name: str

Name of the stage run

property status: WorkflowStageRunStatus

Status of the stage run

to_dict() Dict[str, Any]