Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 617 Bytes

File metadata and controls

24 lines (18 loc) · 617 Bytes

LaunchDarklyApi::InsightScores

Properties

Name Type Description Notes
period InsightPeriod
last_period InsightPeriod
scores InsightGroupScores
_links Hash<String, Link> The location and content type of related resources [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::InsightScores.new(
  period: null,
  last_period: null,
  scores: null,
  _links: null
)