Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 533 Bytes

FlagCopyConfigEnvironment.md

File metadata and controls

20 lines (14 loc) · 533 Bytes

LaunchDarklyApi::FlagCopyConfigEnvironment

Properties

Name Type Description Notes
key String The environment key
current_version Integer Optional flag version. If you include this, the operation only succeeds if the current flag version in the environment matches this version. [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::FlagCopyConfigEnvironment.new(
  key: null,
  current_version: null
)