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::BrokenDocumentLink
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | The ID of the broken document link. | |
url | String | The URL of the broken document link. | [optional] |
documents | Integer | Number of documents with this broken link. | [optional] |
http_status | Integer | HTTP status for the broken link. | [optional] |
last_changed | Time | Timestamp for when the status of this link last changed. | |
last_checked | Time | Timestamp for when this link was last checked. | |
message | String | HTTP status message. | [optional] |
_links | Links52 | [optional] | |
_siteimprove | Siteimprove1 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::BrokenDocumentLink.new(
id: null,
url: null,
documents: null,
http_status: null,
last_changed: null,
last_checked: null,
message: null,
_links: null,
_siteimprove: null
)