benchling_api_client.models.legacy_workflow module

class LegacyWorkflow

Bases: object

__init__(created_at: Union[benchling_api_client.types.Unset, datetime] = attr_dict['_created_at'].default, description: Union[benchling_api_client.types.Unset, None, str] = attr_dict['_description'].default, display_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_display_id'].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, project_id: Union[benchling_api_client.types.Unset, str] = attr_dict['_project_id'].default) None

Method generated by attrs for class LegacyWorkflow.

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

DateTime at which the the legacy workflow was created

property description: Optional[str]

Description of the legacy workflow

property display_id: str

User-friendly ID of the legacy workflow

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

ID of the legacy workflow

property name: str

Name of the legacy workflow

property project_id: str

ID of the project that contains the legacy workflow

to_dict() Dict[str, Any]