Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 730 Bytes

DocumentWithLink.md

File metadata and controls

26 lines (20 loc) · 730 Bytes

SiteimproveAPIClient::DocumentWithLink

Properties

Name Type Description Notes
id Integer Id of the document.
url String The URL of the document with link. [optional]
found_on_pages String A list of the page numbers of the document where the link is found. [optional]
pages Integer Number of pages having a link to the document containing the link.
_links Links3 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::DocumentWithLink.new(
  id: null,
  url: null,
  found_on_pages: null,
  pages: null,
  _links: null
)