Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 625 Bytes

File metadata and controls

20 lines (14 loc) · 625 Bytes

LaunchDarklyApi::ViewLinkRequestSegmentIdentifiers

Properties

Name Type Description Notes
segment_identifiers Array<ViewLinkRequestSegmentIdentifier> Identifiers of the segments to link/unlink (environmentId and segmentKey)
comment String Optional comment for the link/unlink operation [optional][default to '']

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::ViewLinkRequestSegmentIdentifiers.new(
  segment_identifiers: null,
  comment: null
)