Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 458 Bytes

TreatmentParameterInput.md

File metadata and controls

20 lines (14 loc) · 458 Bytes

LaunchDarklyApi::TreatmentParameterInput

Properties

Name Type Description Notes
flag_key String The flag key
variation_id String The ID of the flag variation

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TreatmentParameterInput.new(
  flag_key: example-flag-for-experiment,
  variation_id: e432f62b-55f6-49dd-a02f-eb24acf39d05
)