benchling_api_client.models.workflow_stage module

class WorkflowStage

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) None

Method generated by attrs for class WorkflowStage.

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

DateTime at which the the workflow stage was created

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

ID of the workflow stage

property name: str

Name of the workflow stage

to_dict() Dict[str, Any]