Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 642 Bytes

Target.md

File metadata and controls

22 lines (16 loc) · 642 Bytes

LaunchDarklyApi::Target

Properties

Name Type Description Notes
values Array<String> A list of the keys for targets that will receive this variation because of individual targeting
variation Integer The index, from the array of variations for this flag, of the variation to serve this list of targets
context_kind String The context kind of the individual target [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::Target.new(
  values: null,
  variation: null,
  context_kind: null
)