Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 405 Bytes

CopiedFromEnv.md

File metadata and controls

20 lines (14 loc) · 405 Bytes

LaunchDarklyApi::CopiedFromEnv

Properties

Name Type Description Notes
key String Key of feature flag copied
version Integer Version of feature flag copied [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::CopiedFromEnv.new(
  key: source-flag-key-123abc,
  version: 1
)