Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 690 Bytes

ApplicationFlagCollectionRep.md

File metadata and controls

22 lines (16 loc) · 690 Bytes

LaunchDarklyApi::ApplicationFlagCollectionRep

Properties

Name Type Description Notes
items Array<FlagListingRep> A list of the flags that have been evaluated by the application [optional]
total_count Integer The number of flags that have been evaluated by the application [optional]
_links Hash<String, Link> The location and content type of related resources [optional]

Example

require 'launchdarkly_api'

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