Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 450 Bytes

File metadata and controls

22 lines (16 loc) · 450 Bytes

LLMPulse::CreateWebhookRequest

Properties

Name Type Description Notes
project_id Integer
event_type String
target_url String Public HTTPS URL that will receive signed event payloads

Example

require 'llmpulse'

instance = LLMPulse::CreateWebhookRequest.new(
  project_id: null,
  event_type: null,
  target_url: null
)