Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 827 Bytes

File metadata and controls

28 lines (21 loc) · 827 Bytes

ResourceIDResponse

Properties

Name Type Description Notes
kind string [optional] [default to undefined]
projectKey string [optional] [default to undefined]
environmentKey string [optional] [default to undefined]
flagKey string [optional] [default to undefined]
key string [optional] [default to undefined]

Example

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

const instance: ResourceIDResponse = {
    kind,
    projectKey,
    environmentKey,
    flagKey,
    key,
};

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