Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 457 Bytes

File metadata and controls

20 lines (14 loc) · 457 Bytes

Unifapi::SeoKeywordHistoryItem

Properties

Name Type Description Notes
keyword String Keyword phrase.
history Array<SeoKeywordHistoryPoint> Historical search-volume and Google Ads metrics, newest first.

Example

require 'unifapi'

instance = Unifapi::SeoKeywordHistoryItem.new(
  keyword: null,
  history: null
)