Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 833 Bytes

File metadata and controls

24 lines (18 loc) · 833 Bytes

Unifapi::SeoBacklinksPageIntersectionItem

Properties

Name Type Description Notes
url_from String URL of the referring page that links to the targets. [optional]
domain_from String Domain of the referring page. [optional]
intersections_count Integer Number of the requested targets this page links to. [optional]
links_to Array<SeoBacklinksPageIntersectionTargetLinks> Backlinks from this referring page to each requested target it links to, one entry per target.

Example

require 'unifapi'

instance = Unifapi::SeoBacklinksPageIntersectionItem.new(
  url_from: null,
  domain_from: null,
  intersections_count: null,
  links_to: null
)