| Name |
Type |
Description |
Notes |
| environmentKey |
string |
The environment key |
[optional] [default to undefined] |
| flagKey |
string |
Deprecated, use <code>key</code> instead |
[optional] [default to undefined] |
| key |
string |
The key of the flag or segment |
[optional] [default to undefined] |
| kind |
string |
|
[optional] [default to undefined] |
| projectKey |
string |
The project key |
[optional] [default to undefined] |
import { ResourceId } from 'launchdarkly-api-typescript';
const instance: ResourceId = {
environmentKey,
flagKey,
key,
kind,
projectKey,
};
[Back to Model list] [Back to API list] [Back to README]