Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 570 Bytes

TreatmentRep.md

File metadata and controls

26 lines (20 loc) · 570 Bytes

LaunchDarklyApi::TreatmentRep

Properties

Name Type Description Notes
_id String [optional]
name String
allocation_percent String
baseline Boolean [optional]
parameters Array<ParameterRep> [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TreatmentRep.new(
  _id: null,
  name: null,
  allocation_percent: null,
  baseline: null,
  parameters: null
)