Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 924 Bytes

ApiReadabilityBucketFleschKincaidReadingEase.md

File metadata and controls

30 lines (24 loc) · 924 Bytes

SiteimproveAPIClient::ApiReadabilityBucketFleschKincaidReadingEase

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::ApiReadabilityBucketFleschKincaidReadingEase.new(
  id: null,
  bucket: null,
  max: null,
  min: null,
  pages: null,
  _links: null,
  _siteimprove: null
)