Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 692 Bytes

File metadata and controls

22 lines (16 loc) · 692 Bytes

Unifapi::SeoBacklinksCompetitorsResponse

Properties

Name Type Description Notes
target String Target echoed from the request.
total_count Integer Total number of competitors available in DataForSEO's database. [optional]
results Array<SeoBacklinksCompetitorItem> Domains that share referring domains with the target, by shared-domain count. Each competitor is one billable record.

Example

require 'unifapi'

instance = Unifapi::SeoBacklinksCompetitorsResponse.new(
  target: null,
  total_count: null,
  results: null
)