Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 799 Bytes

File metadata and controls

26 lines (20 loc) · 799 Bytes

Unifapi::SeoBacklinksHistoryResponse

Properties

Name Type Description Notes
target String Target echoed from the request.
view SeoBacklinksView
date_from String Start date of the history echoed from the request. [optional]
date_to String End date of the history echoed from the request. [optional]
series Array<SeoBacklinksHistoryItem> Monthly snapshots of the target's backlink profile, oldest to newest.

Example

require 'unifapi'

instance = Unifapi::SeoBacklinksHistoryResponse.new(
  target: null,
  view: null,
  date_from: null,
  date_to: null,
  series: null
)