| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| status | String | [optional] | |
| started_at | Time | [optional] | |
| completed_at | Time | [optional] |
require 'zernio-sdk'
instance = Zernio::ListWorkflowExecutionEvents200ResponseExecution.new(
id: null,
status: null,
started_at: null,
completed_at: null
)