Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 634 Bytes

File metadata and controls

28 lines (22 loc) · 634 Bytes

ScrapeBadger::FilterRuleCreate

Properties

Name Type Description Notes
tag String
query String
interval_seconds Float
max_results_per_poll Integer [optional][default to 20]
webhook_url String [optional]
webhook_secret String [optional]

Example

require 'scrapebadger'

instance = ScrapeBadger::FilterRuleCreate.new(
  tag: null,
  query: null,
  interval_seconds: null,
  max_results_per_poll: null,
  webhook_url: null,
  webhook_secret: null
)