Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 443 Bytes

File metadata and controls

20 lines (14 loc) · 443 Bytes

Unifapi::SeoBacklinksBulkBacklinkItem

Properties

Name Type Description Notes
target String Domain, subdomain, or page echoed from the request.
backlinks Integer Number of backlinks pointing to the target. [optional]

Example

require 'unifapi'

instance = Unifapi::SeoBacklinksBulkBacklinkItem.new(
  target: null,
  backlinks: null
)