Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 605 Bytes

MultiEnvironmentDependentFlag.md

File metadata and controls

22 lines (16 loc) · 605 Bytes

LaunchDarklyApi::MultiEnvironmentDependentFlag

Properties

Name Type Description Notes
name String The flag name [optional]
key String The flag key
environments Array<DependentFlagEnvironment> A list of environments in which the dependent flag appears

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::MultiEnvironmentDependentFlag.new(
  name: Example dependent flag,
  key: dependent-flag-key-123abc,
  environments: null
)