Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 541 Bytes

File metadata and controls

24 lines (18 loc) · 541 Bytes

LaunchDarklyApi::QuickStats

Properties

Name Type Description Notes
active_configs Integer
active_experiments Integer
average_satisfaction7_d Float [optional]
spend_month_to_date Float [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::QuickStats.new(
  active_configs: null,
  active_experiments: null,
  average_satisfaction7_d: null,
  spend_month_to_date: null
)