Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 874 Bytes

File metadata and controls

26 lines (20 loc) · 874 Bytes

Unifapi::SeoBacklinksTimeseriesNewLostResponse

Properties

Name Type Description Notes
target String Target echoed from the request.
group_range String Granularity used to group the series. [optional]
date_from String Start date of the series echoed from the request. [optional]
date_to String End date of the series echoed from the request. [optional]
series Array<SeoBacklinksTimeseriesNewLostItem> New/lost backlink and referring-domain counts grouped by period, oldest to newest.

Example

require 'unifapi'

instance = Unifapi::SeoBacklinksTimeseriesNewLostResponse.new(
  target: null,
  group_range: null,
  date_from: null,
  date_to: null,
  series: null
)