Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 439 Bytes

RelativeDifferenceRep.md

File metadata and controls

22 lines (16 loc) · 439 Bytes

LaunchDarklyApi::RelativeDifferenceRep

Properties

Name Type Description Notes
upper Float [optional]
lower Float [optional]
from_treatment_id String [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::RelativeDifferenceRep.new(
  upper: null,
  lower: null,
  from_treatment_id: null
)