Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 371 Bytes

SegmentUserList.md

File metadata and controls

20 lines (14 loc) · 371 Bytes

LaunchDarklyApi::SegmentUserList

Properties

Name Type Description Notes
add Array<String> [optional]
remove Array<String> [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::SegmentUserList.new(
  add: null,
  remove: null
)