Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 919 Bytes

File metadata and controls

28 lines (21 loc) · 919 Bytes

ResourceId

Properties

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]

Example

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]