benchling_api_client.models.legacy_workflow_patch module

class LegacyWorkflowPatch

Bases: object

__init__(description: Union[benchling_api_client.types.Unset, str] = attr_dict['_description'].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 LegacyWorkflowPatch.

property description: str

Description of the legacy workflow

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.legacy_workflow_patch.T
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]