Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 522 Bytes

StatisticsRep.md

File metadata and controls

20 lines (14 loc) · 522 Bytes

LaunchDarklyApi::StatisticsRep

Properties

Name Type Description Notes
items Array<StatisticRep> A list of code reference statistics for each code repository [optional]
_links Hash<String, Link> The location and content type of related resources [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::StatisticsRep.new(
  items: null,
  _links: null
)