Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 423 Bytes

SegmentUserState.md

File metadata and controls

20 lines (14 loc) · 423 Bytes

LaunchDarklyApi::SegmentUserState

Properties

Name Type Description Notes
included SegmentUserList [optional]
excluded SegmentUserList [optional]

Example

require 'launchdarkly_api'

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