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

Properties

Name Type Description Notes
id Integer Id of the page.
title String Title of the page [optional]
url String URL for the live version of the page. [optional]
comments Integer Number of comments registered for the page.
page_views Integer Number of page views registered.
ratings Integer Number of rating registered for the page.
satisfaction Float Average satisfaction for the page.
_links Links39 [optional]
_siteimprove Siteimprove [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::PageWithFeedback.new(
  id: null,
  title: null,
  url: null,
  comments: null,
  page_views: null,
  ratings: null,
  satisfaction: null,
  _links: null,
  _siteimprove: null
)