Name | Type | Description | Notes |
---|---|---|---|
name | String | The environment name | [optional] |
key | String | The environment key | |
_links | Hash<String, Link> | The location and content type of related resources | |
_site | Link |
require 'launchdarkly_api'
instance = LaunchDarklyApi::DependentFlagEnvironment.new(
name: Example environment,
key: environment-key-123abc,
_links: null,
_site: null
)