Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 499 Bytes

File metadata and controls

26 lines (20 loc) · 499 Bytes

Unifapi::GeoSerpLink

Properties

Name Type Description Notes
title String [optional]
url String [optional]
domain String [optional]
snippet String [optional]
is_target Boolean [optional]

Example

require 'unifapi'

instance = Unifapi::GeoSerpLink.new(
  title: null,
  url: null,
  domain: null,
  snippet: null,
  is_target: null
)