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 |
require 'launchdarkly_api'
instance = LaunchDarklyApi::StatisticCollectionRep.new(
flags: null,
_links: null
)