Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 617 Bytes

DependentFlagsByEnvironment.md

File metadata and controls

22 lines (16 loc) · 617 Bytes

LaunchDarklyApi::DependentFlagsByEnvironment

Properties

Name Type Description Notes
items Array<DependentFlag> A list of dependent flags, which are flags that use the requested flag as a prerequisite
_links Hash<String, Link> The location and content type of related resources
_site Link

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::DependentFlagsByEnvironment.new(
  items: null,
  _links: null,
  _site: null
)