| Name | Type | Description | Notes |
|---|---|---|---|
| active_configs | Integer | ||
| active_experiments | Integer | ||
| average_satisfaction7_d | Float | [optional] | |
| spend_month_to_date | Float | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::QuickStats.new(
active_configs: null,
active_experiments: null,
average_satisfaction7_d: null,
spend_month_to_date: null
)