Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 607 Bytes

DependentFlagEnvironment.md

File metadata and controls

24 lines (18 loc) · 607 Bytes

LaunchDarklyApi::DependentFlagEnvironment

Properties

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

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::DependentFlagEnvironment.new(
  name: Example environment,
  key: environment-key-123abc,
  _links: null,
  _site: null
)