| Name | Type | Description | Notes |
|---|---|---|---|
| value | String | ||
| domain | String | [optional] | |
| present | Boolean | ||
| best_rank | Integer | [optional] | |
| matches | Array<GeoSerpResultRef> | ||
| citations | Array<GeoSerpCitation> |
require 'unifapi'
instance = Unifapi::GeoSerpTarget.new(
value: null,
domain: null,
present: null,
best_rank: null,
matches: null,
citations: null
)