Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 521 Bytes

IntegrationDeliveryConfigurationLinks.md

File metadata and controls

24 lines (18 loc) · 521 Bytes

LaunchDarklyApi::IntegrationDeliveryConfigurationLinks

Properties

Name Type Description Notes
_self Link
parent Link
project Link
environment Link

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::IntegrationDeliveryConfigurationLinks.new(
  _self: null,
  parent: null,
  project: null,
  environment: null
)