Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 973 Bytes

File metadata and controls

30 lines (24 loc) · 973 Bytes

Unifapi::SeoDomainIntersectionResponse

Properties

Name Type Description Notes
target1 String First domain echoed from the request.
target2 String Second domain echoed from the request.
location String
language String
view SeoKeywordView
total_count Integer Total number of intersecting keywords available in DataForSEO's database. [optional]
results Array<SeoDomainIntersectionItem> Keywords shared by the two domains, with each domain's ranking position. Each keyword is one billable record.

Example

require 'unifapi'

instance = Unifapi::SeoDomainIntersectionResponse.new(
  target1: null,
  target2: null,
  location: null,
  language: null,
  view: null,
  total_count: null,
  results: null
)