| Name | Type | Description | Notes |
|---|---|---|---|
| _id | String | ||
| _key | String | ||
| name | String | [optional] | |
| _creation_date | Integer | ||
| _owner_id | String | ||
| _maintainer_id | String | ||
| _links | Hash<String, Link> | ||
| description | String | [optional] | |
| stages | Array<StageOutput> | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::WorkflowTemplateOutput.new(
_id: null,
_key: null,
name: null,
_creation_date: null,
_owner_id: null,
_maintainer_id: null,
_links: null,
description: null,
stages: null
)