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::Link
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | The ID of the link. | |
url | String | The URL of the link. | [optional] |
documents | Integer | Number of documents this link appears in. | [optional] |
http_status | Integer | HTTP status code. | [optional] |
is_broken | Boolean | Is it a broken link. | |
media_type | String | Media type. | [optional] |
page_views | Integer | Number of times this page has been viewed | [optional] |
pages | Integer | Number of pages the link is found on. | |
unsafe_status | String | RFS | [optional][default to 'any'] |
_links | Links4 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::Link.new(
id: null,
url: null,
documents: null,
http_status: null,
is_broken: null,
media_type: null,
page_views: null,
pages: null,
unsafe_status: null,
_links: null
)