Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

Webhooks.md

File metadata and controls

20 lines (14 loc) · 442 Bytes

LaunchDarklyApi::Webhooks

Properties

Name Type Description Notes
_links Hash<String, Link> The location and content type of related resources
items Array<Webhook> An array of webhooks

Example

require 'launchdarkly_api'

instance = LaunchDarklyApi::Webhooks.new(
  _links: null,
  items: null
)