| Name | Type | Description | Notes |
|---|---|---|---|
| rank | Integer | [optional] | |
| type | String | ||
| title | String | [optional] | |
| domain | String | [optional] | |
| url | String | [optional] |
require 'unifapi'
instance = Unifapi::SeoSerpResultRef.new(
rank: null,
type: null,
title: null,
domain: null,
url: null
)