Name | Type | Description | Notes |
---|---|---|---|
_id | String | ||
_version | Integer | ||
_conflicts | Array<ConflictOutputRep> | ||
_creation_date | Integer | ||
_maintainer_id | String | ||
_links | Hash<String, Link> | ||
name | String | ||
description | String | [optional] | |
kind | String | [optional] | |
stages | Array<StageOutputRep> | [optional] | |
_execution | ExecutionOutputRep |
require 'launchdarkly_api'
instance = LaunchDarklyApi::CustomWorkflowOutputRep.new(
_id: null,
_version: null,
_conflicts: null,
_creation_date: null,
_maintainer_id: null,
_links: null,
name: null,
description: null,
kind: null,
stages: null,
_execution: null
)