benchling_api_client.models.workflow_task_created_event module¶
- class WorkflowTaskCreatedEvent¶
Bases:
object
- __init__(event_type: Union[benchling_api_client.types.Unset, WorkflowTaskCreatedEventEventType] = attr_dict['_event_type'].default, workflow_task: Union[benchling_api_client.types.Unset, WorkflowTask] = attr_dict['_workflow_task'].default, created_at: Union[benchling_api_client.types.Unset, datetime] = attr_dict['_created_at'].default, deprecated: Union[benchling_api_client.types.Unset, bool] = attr_dict['_deprecated'].default, excluded_properties: Union[benchling_api_client.types.Unset, List[str]] = attr_dict['_excluded_properties'].default, id: Union[benchling_api_client.types.Unset, str] = attr_dict['_id'].default, schema: Union[benchling_api_client.types.Unset, None, EventBaseSchema] = attr_dict['_schema'].default) None ¶
Method generated by attrs for class WorkflowTaskCreatedEvent.
- property event_type: WorkflowTaskCreatedEventEventType¶
- property excluded_properties: List[str]¶
These properties have been dropped from the payload due to size.
- classmethod from_dict(src_dict: Dict[str, Any]) benchling_api_client.models.workflow_task_created_event.T ¶
- property schema: Optional[EventBaseSchema]¶
- property workflow_task: WorkflowTask¶