Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 362 Bytes

CustomWorkflowStageMeta.md

File metadata and controls

20 lines (14 loc) · 362 Bytes

LaunchDarklyApi::CustomWorkflowStageMeta

Properties

Name Type Description Notes
index Integer [optional]
name String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CustomWorkflowStageMeta.new(
  index: null,
  name: null
)