| Name | Type | Description | Notes |
|---|---|---|---|
| target | String | Domain, subdomain, or page echoed from the request. | |
| backlinks | Integer | Number of backlinks pointing to the target. | [optional] |
require 'unifapi'
instance = Unifapi::SeoBacklinksBulkBacklinkItem.new(
target: null,
backlinks: null
)