Name | Type | Description | Notes |
---|---|---|---|
config | Hash<String, Object> | ||
tags | Array<String> | Tags to associate with the configuration | [optional] |
name | String | Name to identify the configuration | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::FlagImportConfigurationPost.new(
config: null,
tags: ["example-tag"],
name: Sample configuration
)