Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 683 Bytes

ApiReadabilityBucketGunningFogList.md

File metadata and controls

24 lines (18 loc) · 683 Bytes

SiteimproveAPIClient::ApiReadabilityBucketGunningFogList

Properties

Name Type Description Notes
items Array<ApiReadabilityBucketGunningFog> Set of items.
total_items Integer Total number of items in result set.
total_pages Integer Total number of pages in result set.
links Links [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ApiReadabilityBucketGunningFogList.new(
  items: null,
  total_items: null,
  total_pages: null,
  links: null
)