| 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 ''] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::ViewLinkRequestSegmentIdentifiers.new(
segment_identifiers: null,
comment: null
)