Name | Type | Description | Notes |
---|---|---|---|
items | Array<TriggerWorkflowRep> | [optional] | |
_links | Hash<String, Link> | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::TriggerWorkflowCollectionRep.new(
items: null,
_links: null
)
Name | Type | Description | Notes |
---|---|---|---|
items | Array<TriggerWorkflowRep> | [optional] | |
_links | Hash<String, Link> | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::TriggerWorkflowCollectionRep.new(
items: null,
_links: null
)