Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 714 Bytes

BigSegmentTarget.md

File metadata and controls

22 lines (16 loc) · 714 Bytes

LaunchDarklyApi::BigSegmentTarget

Properties

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

Example

require 'launchdarkly_api'

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