Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 734 Bytes

CustomWorkflowInputRep.md

File metadata and controls

26 lines (20 loc) · 734 Bytes

LaunchDarklyApi::CustomWorkflowInputRep

Properties

Name Type Description Notes
maintainer_id String [optional]
name String The workflow name [optional]
description String The workflow description
stages Array<StageInputRep> [optional]
template_key String The template key [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CustomWorkflowInputRep.new(
  maintainer_id: null,
  name: Progressive rollout starting in two days,
  description: Turn flag on for 10% of users each day,
  stages: null,
  template_key: null
)