Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 676 Bytes

File metadata and controls

22 lines (15 loc) · 676 Bytes

IntegrationDeliveryConfigurationCollectionLinks

Properties

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

Example

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

const instance: IntegrationDeliveryConfigurationCollectionLinks = {
    self,
    parent,
};

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