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 |
require 'launchdarkly_api'
instance = LaunchDarklyApi::DependentFlag.new(
name: Example dependent flag,
key: dependent-flag-key-123abc,
_links: null,
_site: null
)