Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 680 Bytes

File metadata and controls

22 lines (15 loc) · 680 Bytes

CustomProperty

Properties

Name Type Description Notes
name string The name of the custom property of this type. [default to undefined]
value Array<string> An array of values for the custom property data to associate with this flag. [default to undefined]

Example

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

const instance: CustomProperty = {
    name,
    value,
};

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