Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 773 Bytes

File metadata and controls

24 lines (17 loc) · 773 Bytes

FlagImportConfigurationPost

Properties

Name Type Description Notes
config { [key: string]: any; } [default to undefined]
tags Array<string> Tags to associate with the configuration [optional] [default to undefined]
name string Name to identify the configuration [optional] [default to undefined]

Example

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

const instance: FlagImportConfigurationPost = {
    config,
    tags,
    name,
};

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