Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 485 Bytes

File metadata and controls

18 lines (12 loc) · 485 Bytes

Unifapi::SeoBacklinksBulkNewLostBacklinksResponse

Properties

Name Type Description Notes
results Array<SeoBacklinksBulkNewLostBacklinksItem> New and lost backlink counts for each requested target. Each target is one billable record.

Example

require 'unifapi'

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