benchling_api_client.models.workflow_output_create module

class WorkflowOutputCreate

Bases: object

__init__(workflow_task_id: str, fields: Union[benchling_api_client.types.Unset, Fields] = attr_dict['_fields'].default) None

Method generated by attrs for class WorkflowOutputCreate.

property additional_keys: List[str]
additional_properties: Dict[str, Any]
property fields: Fields
classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.workflow_output_create.T
get(key, default=None) Optional[Any]
to_dict() Dict[str, Any]
property workflow_task_id: str

The ID of the workflow task this output belogns to