| Name | Type | Description | Notes |
|---|---|---|---|
| targets | Array<String> | Domains, subdomains, or pages to analyze (up to 1000). Domains/subdomains without https:// and www.; pages as absolute URLs. | |
| include_subdomains | Boolean | Include backlinks pointing to the target's subdomains. Defaults to true. | [optional] |
| rank_scale | SeoBacklinksRankScale | [optional] | |
| view | SeoBacklinksView | [optional] |
require 'unifapi'
instance = Unifapi::SeoBacklinksBulkPagesSummaryRequest.new(
targets: null,
include_subdomains: null,
rank_scale: null,
view: null
)