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

Properties

Name Type Description Notes
id Integer Id of page.
title String Title of the page [optional]
url String URL for the live version of the page. [optional]
cms_url String Url for the cms entry for editing the page. [optional]
last_visited Time Last time the page was visited. Timestamp represented using ISO-8601
visits_of_parent Integer Number of visits registered (within the parent item). [optional]
_siteimprove Siteimprove [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::OrganisationPage.new(
  id: null,
  title: null,
  url: null,
  cms_url: null,
  last_visited: null,
  visits_of_parent: null,
  _siteimprove: null
)