| 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] |
import { ResourceIDResponse } from 'launchdarkly-api-typescript';
const instance: ResourceIDResponse = {
kind,
projectKey,
environmentKey,
flagKey,
key,
};