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

Properties

Name Type Description Notes
content_id Integer The content id returned when the content was uploaded
message String Status message for requesting the check. [optional]
status_code Integer Status code for the request. Code meaning detailed in the message.
success Boolean HTTP status code for the requested check.
_links Links1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ContentCheckResult.new(
  content_id: null,
  message: null,
  status_code: null,
  success: null,
  _links: null
)