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