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