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

Properties

Name Type Description Notes
id Integer Id of page.
title String Title of page. [optional]
url String Url of page. [optional]
check_allowed Boolean Can page be checked.
check_paused Boolean Is page checking currently paused (usually during working hours or similar).
checking_now Boolean Is the page scheduled for checking.
first_seen Time First time the page was checked. [optional]
last_changed Time Last time a change was detected on the page. [optional]
last_seen Time Last time the page was checked. [optional]
_links Links1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::PageChecking.new(
  id: null,
  title: null,
  url: null,
  check_allowed: null,
  check_paused: null,
  checking_now: null,
  first_seen: null,
  last_changed: null,
  last_seen: null,
  _links: null
)