Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 777 Bytes

File metadata and controls

24 lines (18 loc) · 777 Bytes

Unifapi::SeoBacklinksDomainPagesSummaryResponse

Properties

Name Type Description Notes
target String Target echoed from the request.
view SeoBacklinksView
total_count Integer Total number of pages available in DataForSEO's database. [optional]
results Array<SeoBacklinksDomainPageSummaryItem> Per-page backlink summaries for the target, with backlink counters. Each page is one billable record.

Example

require 'unifapi'

instance = Unifapi::SeoBacklinksDomainPagesSummaryResponse.new(
  target: null,
  view: null,
  total_count: null,
  results: null
)