Skip to content

Files

Latest commit

f76636a · Nov 17, 2023

History

History
22 lines (16 loc) · 604 Bytes

ApplicationCollectionRep.md

File metadata and controls

22 lines (16 loc) · 604 Bytes

LaunchDarklyApi::ApplicationCollectionRep

Properties

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]

Example

require 'launchdarkly_api'

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