Name | Type | Description | Notes |
---|---|---|---|
upper | Float | [optional] | |
lower | Float | [optional] | |
from_treatment_id | String | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::RelativeDifferenceRep.new(
upper: null,
lower: null,
from_treatment_id: null
)