Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 471 Bytes

File metadata and controls

26 lines (20 loc) · 471 Bytes

ScrapeBadger::WebhookResponse

Properties

Name Type Description Notes
id String
monitor_id String
url String
secret String
created_at Time

Example

require 'scrapebadger'

instance = ScrapeBadger::WebhookResponse.new(
  id: null,
  monitor_id: null,
  url: null,
  secret: null,
  created_at: null
)