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::Links60
Properties
Name | Type | Description | Notes |
---|---|---|---|
competitors | Href244 | [optional] | |
content_optimization_keywords | Href245 | [optional] | |
history | Href194 | [optional] | |
issues | Href185 | [optional] | |
keywords | Href246 | [optional] | |
target_pages | Href247 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::Links60.new(
competitors: null,
content_optimization_keywords: null,
history: null,
issues: null,
keywords: null,
target_pages: null
)