Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 519 Bytes

File metadata and controls

24 lines (18 loc) · 519 Bytes

Zernio::ListWorkflowExecutionEvents200ResponseExecution

Properties

Name Type Description Notes
id String [optional]
status String [optional]
started_at Time [optional]
completed_at Time [optional]

Example

require 'zernio-sdk'

instance = Zernio::ListWorkflowExecutionEvents200ResponseExecution.new(
  id: null,
  status: null,
  started_at: null,
  completed_at: null
)