Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 561 Bytes

FlagImportConfigurationPost.md

File metadata and controls

22 lines (16 loc) · 561 Bytes

LaunchDarklyApi::FlagImportConfigurationPost

Properties

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]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FlagImportConfigurationPost.new(
  config: null,
  tags: [&quot;example-tag&quot;],
  name: Sample configuration
)