Name | Type | Description | Notes |
---|---|---|---|
_links | Hash<String, Link> | Links to other resources within the API. Includes the URL and content type of those resources. | |
items | Array<Webhook> | An array of webhooks |
require 'launchdarkly_api'
instance = LaunchDarklyApi::Webhooks.new(
_links: null,
items: null
)