Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 483 Bytes

File metadata and controls

26 lines (20 loc) · 483 Bytes

Unifapi::SeoSerpResultRef

Properties

Name Type Description Notes
rank Integer [optional]
type String
title String [optional]
domain String [optional]
url String [optional]

Example

require 'unifapi'

instance = Unifapi::SeoSerpResultRef.new(
  rank: null,
  type: null,
  title: null,
  domain: null,
  url: null
)