Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 547 Bytes

File metadata and controls

22 lines (16 loc) · 547 Bytes

Unifapi::SeoKeywordIntentResponse

Properties

Name Type Description Notes
keywords Array<String> Keywords echoed from the request.
language String
results Array<SeoKeywordIntentItem> Search intent per keyword. Each keyword is one billable record.

Example

require 'unifapi'

instance = Unifapi::SeoKeywordIntentResponse.new(
  keywords: null,
  language: null,
  results: null
)