Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 690 Bytes

File metadata and controls

30 lines (24 loc) · 690 Bytes

Zernio::UpdateWorkflow200ResponseWorkflow

Properties

Name Type Description Notes
id String [optional]
name String [optional]
description String [optional]
status String [optional]
entry_node_id String [optional]
node_count Integer [optional]
updated_at Time [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateWorkflow200ResponseWorkflow.new(
  id: null,
  name: null,
  description: null,
  status: null,
  entry_node_id: null,
  node_count: null,
  updated_at: null
)