| 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 |
require 'launchdarkly_api'
instance = LaunchDarklyApi::CustomWorkflowsListingOutput.new(
items: null,
total_count: 1,
_links: null
)