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

Properties

Name Type Description Notes
id Integer Id of this specific content
title String Title of the content (if any) [optional]
is_a11y_done Boolean Indicates whether Accessibility checks are done running
is_done Boolean Indicates whether the check is done or not
is_readability_done Boolean Indicates whether Readability checks are done running
is_seo_done Boolean Indicates whether SEO checks are done running
is_spelling_done Boolean Indicates whether spelling is done running
size_bytes Integer Size of the content in bytes [optional]
summary Summary [optional]
_links Links7 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ContentCheckSummary.new(
  id: null,
  title: null,
  is_a11y_done: null,
  is_done: null,
  is_readability_done: null,
  is_seo_done: null,
  is_spelling_done: null,
  size_bytes: null,
  summary: null,
  _links: null
)