Skip to main content
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::ConfirmedMisspellingV2

Properties

Name Type Description Notes
id Integer Id of misspelled word.
preferred String Deprecated. The preferred spelling. [optional]
suggestion String Suggestion for the correct spelling of the word. [optional]
suggestions Array<String> Deprecated. List of suggestions for correct spelling. [optional]
word String The misspelled word. [optional]
_links Links3 [optional]
_siteimprove Siteimprove1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ConfirmedMisspellingV2.new(
  id: null,
  preferred: null,
  suggestion: null,
  suggestions: null,
  word: null,
  _links: null,
  _siteimprove: null
)