Skip to content

Files

Latest commit

847ceb3 · Feb 28, 2023

History

History
20 lines (14 loc) · 434 Bytes

CustomWorkflowStageMeta.md

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
)