Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 466 Bytes

Links37.md

File metadata and controls

22 lines (16 loc) · 466 Bytes

SiteimproveAPIClient::Links37

Properties

Name Type Description Notes
domain_links Href203 [optional]
history Href194 [optional]
pages Href12 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::Links37.new(
  domain_links: null,
  history: null,
  pages: null
)