Name | Type | Description | Notes |
---|---|---|---|
projects | Array<Link> | The location and content type of all projects that have code references | [optional] |
_self | Link | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::StatisticsRoot.new(
projects: [{"href":"/api/v2/code-refs/statistics/example-project-with-code-refs","type":"application/json"}],
_self: null
)