Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 529 Bytes

TriggerWorkflowCollectionRep.md

File metadata and controls

20 lines (14 loc) · 529 Bytes

LaunchDarklyApi::TriggerWorkflowCollectionRep

Properties

Name Type Description Notes
items Array<TriggerWorkflowRep> An array of flag triggers [optional]
_links Hash<String, Link> The location and content type of related resources [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TriggerWorkflowCollectionRep.new(
  items: null,
  _links: null
)