Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 372 Bytes

SegmentTarget.md

File metadata and controls

20 lines (14 loc) · 372 Bytes

LaunchDarklyApi::SegmentTarget

Properties

Name Type Description Notes
values Array<String> [optional]
context_kind String [optional]

Example

require 'launchdarkly_api'

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