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