Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 486 Bytes

Webhooks.md

File metadata and controls

20 lines (14 loc) · 486 Bytes

LaunchDarklyApi::Webhooks

Properties

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

Example

require 'launchdarkly_api'

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