Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 577 Bytes

DependentFlag.md

File metadata and controls

24 lines (18 loc) · 577 Bytes

LaunchDarklyApi::DependentFlag

Properties

Name Type Description Notes
name String The flag name [optional]
key String The flag key
_links Hash<String, Link> The location and content type of related resources
_site Link

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::DependentFlag.new(
  name: Example dependent flag,
  key: dependent-flag-key-123abc,
  _links: null,
  _site: null
)