Name | Type | Description | Notes |
---|---|---|---|
items | Array<IntegrationConfigurationsRep> | An array of integration configurations | |
_links | Hash<String, Link> | The location and content type of related resources |
require 'launchdarkly_api'
instance = LaunchDarklyApi::IntegrationConfigurationCollectionRep.new(
items: null,
_links: null
)