Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 726 Bytes

BigSegmentTarget.md

File metadata and controls

22 lines (16 loc) · 726 Bytes

LaunchDarklyApi::BigSegmentTarget

Properties

Name Type Description Notes
user_key String The target key
included Boolean Indicates whether the target is included.<br />Included targets are always segment members, regardless of segment rules.
excluded Boolean Indicates whether the target is excluded.<br />Segment rules bypass excluded targets, so they will never be included based on rules. Excluded targets may still be included explicitly.

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::BigSegmentTarget.new(
  user_key: null,
  included: null,
  excluded: null
)