Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 587 Bytes

StatisticsRoot.md

File metadata and controls

20 lines (14 loc) · 587 Bytes

LaunchDarklyApi::StatisticsRoot

Properties

Name Type Description Notes
projects Array<Link> The location and content type of all projects that have code references [optional]
_self Link [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::StatisticsRoot.new(
  projects: [{&quot;href&quot;:&quot;/api/v2/code-refs/statistics/example-project-with-code-refs&quot;,&quot;type&quot;:&quot;application/json&quot;}],
  _self: null
)