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::Misspelling

Properties

Name Type Description Notes
id Integer The id of the word
pages Integer The number of pages the misspelling is found on
suggestions Array<String> The word suggestions to replace the misspelled word [optional]
word String The word [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::Misspelling.new(
  id: null,
  pages: null,
  suggestions: null,
  word: null
)