Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 433 Bytes

File metadata and controls

22 lines (16 loc) · 433 Bytes

Zernio::ActivateWorkflow200ResponseWorkflow

Properties

Name Type Description Notes
id String [optional]
status String [optional]
entry_node_id String [optional]

Example

require 'zernio-sdk'

instance = Zernio::ActivateWorkflow200ResponseWorkflow.new(
  id: null,
  status: null,
  entry_node_id: null
)