LaunchDarklyApi::InsightGroup Properties Name Type Description Notes environment Environment [optional] scores InsightGroupScores [optional] score_metadata InsightGroupCollectionScoreMetadata [optional] key String The insight group key name String The insight group name project_key String The project key environment_key String The environment key application_keys Array<String> The application keys [optional] created_at Integer Example require 'launchdarkly_api' instance = LaunchDarklyApi::InsightGroup.new( environment: null, scores: null, score_metadata: null, key: default-production-all-apps, name: Production - All Apps, project_key: default, environment_key: production, application_keys: ["billing-service","inventory-service"], created_at: null )