Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 513 Bytes

Links4.md

File metadata and controls

24 lines (18 loc) · 513 Bytes

SiteimproveAPIClient::Links4

Properties

Name Type Description Notes
_next Href9 [optional]
prev Href10 [optional]
history Href193 [optional]
_self Href8 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::Links4.new(
  _next: null,
  prev: null,
  history: null,
  _self: null
)