| 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 |
require 'launchdarkly_api'
instance = LaunchDarklyApi::DependentFlagsByEnvironment.new(
items: null,
_links: null,
_site: null
)