Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 376 Bytes

File metadata and controls

20 lines (14 loc) · 376 Bytes

ScrapeBadger::WebhookListResponse

Properties

Name Type Description Notes
webhooks Array<WebhookListItem>
total Integer

Example

require 'scrapebadger'

instance = ScrapeBadger::WebhookListResponse.new(
  webhooks: null,
  total: null
)