Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 771 Bytes

File metadata and controls

24 lines (17 loc) · 771 Bytes

UserAttributeNamesRep

Properties

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]

Example

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

const instance: UserAttributeNamesRep = {
    _private,
    custom,
    standard,
};

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