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