Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 774 Bytes

File metadata and controls

26 lines (19 loc) · 774 Bytes

IntegrationMetadata

Properties

Name Type Description Notes
externalId string [default to undefined]
externalStatus IntegrationStatus [default to undefined]
externalUrl string [default to undefined]
lastChecked number [default to undefined]

Example

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

const instance: IntegrationMetadata = {
    externalId,
    externalStatus,
    externalUrl,
    lastChecked,
};

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