Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 573 Bytes

StatisticCollectionRep.md

File metadata and controls

20 lines (14 loc) · 573 Bytes

LaunchDarklyApi::StatisticCollectionRep

Properties

Name Type Description Notes
flags Hash<String, Array<StatisticRep>> A map of flag keys to a list of code reference statistics for each code repository in which the flag key appears
_links Hash<String, Link> The location and content type of related resources

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::StatisticCollectionRep.new(
  flags: null,
  _links: null
)