| Name | Type | Description | Notes |
|---|---|---|---|
| target | String | Domain, subdomain, or page echoed from the request. | |
| rank | Integer | Backlink rank of the target (0-1000 by default), similar to PageRank. | [optional] |
require 'unifapi'
instance = Unifapi::SeoBacklinksBulkRankItem.new(
target: null,
rank: null
)