| Name | Type | Description | Notes |
|---|---|---|---|
| _private | Array<string> | private attributes | [optional] [default to undefined] |
| custom | Array<string> | custom attributes | [optional] [default to undefined] |
| standard | Array<string> | standard attributes | [optional] [default to undefined] |
import { UserAttributeNamesRep } from 'launchdarkly-api-typescript';
const instance: UserAttributeNamesRep = {
_private,
custom,
standard,
};