Name | Type | Description | Notes |
---|---|---|---|
_links | Hash<String, Link> | The location and content type of related resources | [optional] |
items | Array<ApplicationRep> | A list of applications | [optional] |
total_count | Integer | The number of applications | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ApplicationCollectionRep.new(
_links: null,
items: null,
total_count: 1
)