Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 421 Bytes

IntegrationDeliveryConfigurationCollectionLinks.md

File metadata and controls

20 lines (14 loc) · 421 Bytes

LaunchDarklyApi::IntegrationDeliveryConfigurationCollectionLinks

Properties

Name Type Description Notes
_self Link
parent Link [optional]

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::IntegrationDeliveryConfigurationCollectionLinks.new(
  _self: null,
  parent: null
)