Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 398 Bytes

SpellingReviewOnPage.md

File metadata and controls

20 lines (14 loc) · 398 Bytes

SiteimproveAPIClient::SpellingReviewOnPage

Properties

Name Type Description Notes
id Integer Id of misspelled word.
word String The misspelled word. [optional]

Example

require 'siteimprove_api_client'

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