Skip to content

Files

Latest commit

625539b · Mar 12, 2024

History

History
24 lines (18 loc) · 617 Bytes

InsightScores.md

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
)