Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 776 Bytes

PageForWord.md

File metadata and controls

28 lines (22 loc) · 776 Bytes

SiteimproveAPIClient::PageForWord

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]
checking_now Boolean Is true if page is being checked now; otherwise false.
cms_url String Url for the cms entry for editing the page. [optional]
_siteimprove Siteimprove [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::PageForWord.new(
  id: null,
  title: null,
  url: null,
  checking_now: null,
  cms_url: null,
  _siteimprove: null
)