Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 433 Bytes

File metadata and controls

20 lines (14 loc) · 433 Bytes

Zernio::DuplicateWorkflow201Response

Properties

Name Type Description Notes
success Boolean [optional]
workflow DuplicateWorkflow201ResponseWorkflow [optional]

Example

require 'zernio-sdk'

instance = Zernio::DuplicateWorkflow201Response.new(
  success: null,
  workflow: null
)