| Name | Type | Description | Notes |
|---|---|---|---|
| self | Link | [default to undefined] | |
| parent | Link | [default to undefined] | |
| project | Link | [default to undefined] | |
| environment | Link | [default to undefined] |
import { IntegrationDeliveryConfigurationLinks } from 'launchdarkly-api-typescript';
const instance: IntegrationDeliveryConfigurationLinks = {
self,
parent,
project,
environment,
};