Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 528 Bytes

File metadata and controls

26 lines (20 loc) · 528 Bytes

Unifapi::SeoSerpTarget

Properties

Name Type Description Notes
value String
domain String [optional]
present Boolean
best_rank Integer [optional]
matches Array<SeoSerpResultRef>

Example

require 'unifapi'

instance = Unifapi::SeoSerpTarget.new(
  value: null,
  domain: null,
  present: null,
  best_rank: null,
  matches: null
)