Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 420 Bytes

File metadata and controls

20 lines (14 loc) · 420 Bytes

Unifapi::SeoRelevantPageItem

Properties

Name Type Description Notes
page_address String URL of the target's page.
metrics SeoRelevantPageItemMetrics [optional]

Example

require 'unifapi'

instance = Unifapi::SeoRelevantPageItem.new(
  page_address: null,
  metrics: null
)