Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 424 Bytes

File metadata and controls

18 lines (12 loc) · 424 Bytes

Unifapi::SeoBacklinksBulkRanksResponse

Properties

Name Type Description Notes
results Array<SeoBacklinksBulkRankItem> Backlink rank for each requested target. Each target is one billable record.

Example

require 'unifapi'

instance = Unifapi::SeoBacklinksBulkRanksResponse.new(
  results: null
)