benchling_api_client.models.workflow_task_schema_summary module

class WorkflowTaskSchemaSummary

Bases: object

__init__(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 WorkflowTaskSchemaSummary.

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

The ID of the workflow task schema

property name: str

The name of the workflow task schema

to_dict() Dict[str, Any]