Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 438 Bytes

SourceFlag.md

File metadata and controls

20 lines (14 loc) · 438 Bytes

LaunchDarklyApi::SourceFlag

Properties

Name Type Description Notes
key String The environment key for the source environment
version Integer The version of the source flag from which to copy [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::SourceFlag.new(
  key: environment-key-123abc,
  version: 1
)