Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 382 Bytes

StatisticsRoot.md

File metadata and controls

20 lines (14 loc) · 382 Bytes

LaunchDarklyApi::StatisticsRoot

Properties

Name Type Description Notes
projects Array<Link> [optional]
_self Link [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::StatisticsRoot.new(
  projects: null,
  _self: null
)