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::LinksQualityAssurance
Properties
Name | Type | Description | Notes |
---|---|---|---|
email_addresses | Href19 | [optional] | |
languages | Href20 | [optional] | |
link_texts | Href21 | [optional] | |
links | Href22 | [optional] | |
meta_tags | Href23 | [optional] | |
misspellings | Href24 | [optional] | |
personal_id_numbers | Href25 | [optional] | |
phone_numbers | Href26 | [optional] | |
potential_misspellings | Href27 | [optional] | |
readability | Href28 | [optional] | |
trademarks | Href29 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::LinksQualityAssurance.new(
email_addresses: null,
languages: null,
link_texts: null,
links: null,
meta_tags: null,
misspellings: null,
personal_id_numbers: null,
phone_numbers: null,
potential_misspellings: null,
readability: null,
trademarks: null
)