Warning
This document has not been updated for a while now. It may be out of date.
Last updated:
5 Jul 2023
siteimprove_api_client: SiteimproveAPIClient::LinkHistoryItem
Properties
Name | Type | Description | Notes |
---|---|---|---|
broken_links | Integer | Number of broken links. | [optional] |
pages | Integer | Number of pages with broken links. | [optional] |
timestamp | Time | Timestamp represented using ISO-8601 | |
_siteimprove | Siteimprove1 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::LinkHistoryItem.new(
broken_links: null,
pages: null,
timestamp: null,
_siteimprove: null
)