Name | Type | Description | Notes |
---|---|---|---|
_links | Hash<String, Link> | [optional] | |
items | Array<Integration> | [optional] | |
key | String | [optional] |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Integrations.new(
_links: null,
items: null,
key: null
)