Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 442 Bytes

File metadata and controls

20 lines (14 loc) · 442 Bytes

Unifapi::SeoBacklinksPageIntersectionTargetLinks

Properties

Name Type Description Notes
target String The requested target these backlinks point to.
links Array<SeoBacklinkItem>

Example

require 'unifapi'

instance = Unifapi::SeoBacklinksPageIntersectionTargetLinks.new(
  target: null,
  links: null
)