Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 902 Bytes

File metadata and controls

24 lines (18 loc) · 902 Bytes

Unifapi::SeoBacklinksDomainIntersectionResponse

Properties

Name Type Description Notes
targets Array<String> The requested targets, in request order, echoed back. Each referring_to entry's target matches one of these.
view SeoBacklinksView
total_count Integer Total number of intersecting domains available in DataForSEO's database. [optional]
results Array<SeoBacklinksDomainIntersectionItem> Domains that link to the requested targets, with per-target backlink metrics. Each domain is one billable record.

Example

require 'unifapi'

instance = Unifapi::SeoBacklinksDomainIntersectionResponse.new(
  targets: null,
  view: null,
  total_count: null,
  results: null
)