Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.04 KB

File metadata and controls

42 lines (36 loc) · 1.04 KB

ScrapeBadger::StreamMonitorResponse

Properties

Name Type Description Notes
id String
name String
usernames Array<String>
status String
status_reason String
webhook_url String
webhook_secret_set Boolean
filter_types Array<String>
credits_per_account_per_day Float
estimated_credits_per_day Float
pricing_tier String
created_at Time
updated_at Time

Example

require 'scrapebadger'

instance = ScrapeBadger::StreamMonitorResponse.new(
  id: null,
  name: null,
  usernames: null,
  status: null,
  status_reason: null,
  webhook_url: null,
  webhook_secret_set: null,
  filter_types: null,
  credits_per_account_per_day: null,
  estimated_credits_per_day: null,
  pricing_tier: null,
  created_at: null,
  updated_at: null
)