Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 403 Bytes

ExecutionOutput.md

File metadata and controls

20 lines (14 loc) · 403 Bytes

LaunchDarklyApi::ExecutionOutput

Properties

Name Type Description Notes
status String The status of the execution of this workflow stage
stop_date Integer [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ExecutionOutput.new(
  status: completed,
  stop_date: null
)