# openapi.model.WorkflowResponseDto ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **createdAt** | **String** | Creation date | **description** | **String** | Workflow description | **enabled** | **bool** | Workflow enabled | **id** | **String** | Workflow ID | **name** | **String** | Workflow name | **steps** | [**List**](WorkflowStepDto.md) | Workflow steps | [default to const []] **trigger** | [**WorkflowTrigger**](WorkflowTrigger.md) | | **updatedAt** | **String** | Update date | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)