Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 793 Bytes

File metadata and controls

26 lines (19 loc) · 793 Bytes

IntegrationDeliveryConfigurationLinks

Properties

Name Type Description Notes
self Link [default to undefined]
parent Link [default to undefined]
project Link [default to undefined]
environment Link [default to undefined]

Example

import { IntegrationDeliveryConfigurationLinks } from 'launchdarkly-api-typescript';

const instance: IntegrationDeliveryConfigurationLinks = {
    self,
    parent,
    project,
    environment,
};

[Back to Model list] [Back to API list] [Back to README]