Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 434 Bytes

File metadata and controls

20 lines (14 loc) · 434 Bytes

LaunchDarklyApi::CustomWorkflowStageMeta

Properties

Name Type Description Notes
index Integer The zero-based index of the workflow stage [optional]
name String The name of the workflow stage [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CustomWorkflowStageMeta.new(
  index: 0,
  name: Stage 1
)