Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 421 Bytes

File metadata and controls

20 lines (14 loc) · 421 Bytes

Zernio::UpdateWorkflow200Response

Properties

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

Example

require 'zernio-sdk'

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