Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 895 Bytes

File metadata and controls

24 lines (18 loc) · 895 Bytes

Unifapi::SeoBacklinksPageIntersectionResponse

Properties

Name Type Description Notes
targets Array<String> The requested targets, in request order, echoed back. Each links_to entry's target matches one of these.
view SeoBacklinksView
total_count Integer Total number of intersecting pages available in DataForSEO's database. [optional]
results Array<SeoBacklinksPageIntersectionItem> Referring pages that link to the requested targets, with the backlinks to each target. Each page is one billable record.

Example

require 'unifapi'

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