Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 672 Bytes

ApplicationVersionsCollectionRep.md

File metadata and controls

22 lines (16 loc) · 672 Bytes

LaunchDarklyApi::ApplicationVersionsCollectionRep

Properties

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]

Example

require 'launchdarkly_api'

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