Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 363 Bytes

TreatmentParameterInput.md

File metadata and controls

20 lines (14 loc) · 363 Bytes

LaunchDarklyApi::TreatmentParameterInput

Properties

Name Type Description Notes
flag_key String
variation_id String

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::TreatmentParameterInput.new(
  flag_key: null,
  variation_id: null
)