Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 729 Bytes

File metadata and controls

22 lines (15 loc) · 729 Bytes

ContextAttributeNames

Properties

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]

Example

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

const instance: ContextAttributeNames = {
    kind,
    names,
};

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