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

Properties

Name Type Description Notes
id Integer Id of the accepted word.
accepted_word String The accepted word [optional]
created_by String The name of the person creating this decision. [optional]
created_time Time Timestamp for when the decision for this word was created.
is_global Boolean If this decision applies for all sites
person_id Integer Id for the person creating this decision.
_siteimprove Siteimprove1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::AcceptedReadabilityWord.new(
  id: null,
  accepted_word: null,
  created_by: null,
  created_time: null,
  is_global: null,
  person_id: null,
  _siteimprove: null
)