Name | Type | Description | Notes |
---|---|---|---|
period | InsightPeriod | ||
last_period | InsightPeriod | ||
scores | InsightGroupScores | ||
_links | Hash<String, Link> | The location and content type of related resources | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::InsightScores.new(
period: null,
last_period: null,
scores: null,
_links: null
)