| 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] |
import { FlagImportConfigurationPost } from 'launchdarkly-api-typescript';
const instance: FlagImportConfigurationPost = {
config,
tags,
name,
};