Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 485 Bytes

DependentFlagEnvironment.md

File metadata and controls

24 lines (18 loc) · 485 Bytes

LaunchDarklyApi::DependentFlagEnvironment

Properties

Name Type Description Notes
name String [optional]
key String
_links Hash<String, Link>
_site Link

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::DependentFlagEnvironment.new(
  name: null,
  key: null,
  _links: null,
  _site: null
)