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::LinksQualityAssuranceSpelling
Properties
Name | Type | Description | Notes |
---|---|---|---|
approved_words | Href158 | [optional] | |
history | Href159 | [optional] | |
languages | Href160 | [optional] | |
misspellings | Href161 | [optional] | |
pages | Href162 | [optional] | |
potential_misspellings | Href163 | [optional] | |
words_to_review | Href164 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::LinksQualityAssuranceSpelling.new(
approved_words: null,
history: null,
languages: null,
misspellings: null,
pages: null,
potential_misspellings: null,
words_to_review: null
)