Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 592 Bytes

CustomWorkflowsListingOutput.md

File metadata and controls

22 lines (16 loc) · 592 Bytes

LaunchDarklyApi::CustomWorkflowsListingOutput

Properties

Name Type Description Notes
items Array<CustomWorkflowOutput> An array of workflows
total_count Integer Total number of workflows
_links Hash<String, Link> The location and content type of related resources

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CustomWorkflowsListingOutput.new(
  items: null,
  total_count: 1,
  _links: null
)