| Name | Type | Description | Notes |
|---|---|---|---|
| kind | string | The kind associated with this collection of context attribute names. | [default to undefined] |
| names | Array<ContextAttributeName> | A collection of context attribute names. | [default to undefined] |
import { ContextAttributeNames } from 'launchdarkly-api-typescript';
const instance: ContextAttributeNames = {
kind,
names,
};