Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 628 Bytes

File metadata and controls

28 lines (22 loc) · 628 Bytes

Unifapi::GeoSerpTarget

Properties

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

Example

require 'unifapi'

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