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::LinkStatusCode500
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | The id of the link | |
url | String | The URL of the link | [optional] |
days_since_found | Integer | Days since the link was found | |
http_status | Integer | The HTTP status code of the link | [optional] |
pages | Integer | The number of pages the link was found on |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::LinkStatusCode500.new(
id: null,
url: null,
days_since_found: null,
http_status: null,
pages: null
)