Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 481 Bytes

File metadata and controls

20 lines (14 loc) · 481 Bytes

LaunchDarklyApi::CustomWorkflowMeta

Properties

Name Type Description Notes
name String The name of the workflow stage that required this approval request [optional]
stage CustomWorkflowStageMeta [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CustomWorkflowMeta.new(
  name: Example workflow name,
  stage: null
)