| Name | Type | Description | Notes |
|---|---|---|---|
| pages | Array<String> | Page URLs echoed from the request, in order. | |
| location | String | ||
| language | String | ||
| view | SeoKeywordView | ||
| total_count | Integer | Total number of intersecting keywords available in DataForSEO's database. | [optional] |
| results | Array<SeoPageIntersectionItem> | Keywords the requested pages rank for, with each page's ranking position. Each keyword is one billable record. |
require 'unifapi'
instance = Unifapi::SeoPageIntersectionResponse.new(
pages: null,
location: null,
language: null,
view: null,
total_count: null,
results: null
)