Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 801 Bytes

CreateWorkflowTemplateInput.md

File metadata and controls

32 lines (26 loc) · 801 Bytes

LaunchDarklyApi::CreateWorkflowTemplateInput

Properties

Name Type Description Notes
key String
name String [optional]
description String [optional]
workflow_id String [optional]
stages Array<StageInput> [optional]
project_key String [optional]
environment_key String [optional]
flag_key String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CreateWorkflowTemplateInput.new(
  key: null,
  name: null,
  description: null,
  workflow_id: null,
  stages: null,
  project_key: null,
  environment_key: null,
  flag_key: null
)