| Name | Type | Description | Notes |
|---|---|---|---|
| success | Boolean | [optional] | |
| execution | ListWorkflowExecutionEvents200ResponseExecution | [optional] | |
| events | Array<WorkflowExecutionEvent> | Events in chronological order (oldest first). | [optional] |
require 'zernio-sdk'
instance = Zernio::ListWorkflowExecutionEvents200Response.new(
success: null,
execution: null,
events: null
)