| Name |
Type |
Description |
Notes |
| _links |
FlagImportIntegrationLinks |
|
[default to undefined] |
| _id |
string |
The integration ID |
[default to undefined] |
| integrationKey |
string |
The integration key |
[default to undefined] |
| projectKey |
string |
The project key |
[default to undefined] |
| config |
{ [key: string]: any; } |
|
[default to undefined] |
| tags |
Array<string> |
List of tags for this configuration |
[default to undefined] |
| name |
string |
Name of the configuration |
[default to undefined] |
| version |
number |
Version of the current configuration |
[default to undefined] |
| _access |
Access |
|
[optional] [default to undefined] |
| _status |
FlagImportStatus |
|
[default to undefined] |
import { FlagImportIntegration } from 'launchdarkly-api-typescript';
const instance: FlagImportIntegration = {
_links,
_id,
integrationKey,
projectKey,
config,
tags,
name,
version,
_access,
_status,
};
[Back to Model list] [Back to API list] [Back to README]