Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 738 Bytes

File metadata and controls

22 lines (15 loc) · 738 Bytes

ContextAttributeValues

Properties

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]

Example

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

const instance: ContextAttributeValues = {
    kind,
    values,
};

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