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

Properties

Name Type Description Notes
id Integer Id of the readability bucket.
bucket String Name of the readability bucket. [optional]
max Integer Maximun test score for being included in this bucket.
min Integer Minimun test score for being included in this bucket.
pages Integer Total number of pages within this bucket.
_links Links3 [optional]
_siteimprove Siteimprove1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ApiReadabilityBucketAutomatedReadability.new(
  id: null,
  bucket: null,
  max: null,
  min: null,
  pages: null,
  _links: null,
  _siteimprove: null
)