Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 640 Bytes

File metadata and controls

22 lines (16 loc) · 640 Bytes

Zernio::ListWorkflowExecutionEvents200Response

Properties

Name Type Description Notes
success Boolean [optional]
execution ListWorkflowExecutionEvents200ResponseExecution [optional]
events Array<WorkflowExecutionEvent> Events in chronological order (oldest first). [optional]

Example

require 'zernio-sdk'

instance = Zernio::ListWorkflowExecutionEvents200Response.new(
  success: null,
  execution: null,
  events: null
)