benchling_api_client.models.workflow_patch module

class WorkflowPatch

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 WorkflowPatch.

property description: str

Description of the workflow

classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.workflow_patch.T
property name: str

Name of the workflow

property project_id: str

ID of the project that contains the workflow

to_dict() Dict[str, Any]