Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 389 Bytes

Links53.md

File metadata and controls

20 lines (14 loc) · 389 Bytes

SiteimproveAPIClient::Links53

Properties

Name Type Description Notes
broken_links Href233 [optional]
pages Href12 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::Links53.new(
  broken_links: null,
  pages: null
)