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

Properties

Name Type Description Notes
id Integer Id of misspelled word.
suggestions Array<String> Deprecated. List of suggestions for correct spelling. [optional]
word String The misspelled word. [optional]

Example

require 'siteimprove_api_client'

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