| Name | Type | Description | Notes |
|---|---|---|---|
| environmentId | string | [default to undefined] | |
| segmentKey | string | [default to undefined] |
import { ViewLinkRequestSegmentIdentifier } from 'launchdarkly-api-typescript';
const instance: ViewLinkRequestSegmentIdentifier = {
environmentId,
segmentKey,
};