Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 797 Bytes

ParameterPage.md

File metadata and controls

28 lines (22 loc) · 797 Bytes

SiteimproveAPIClient::ParameterPage

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]
visits_of_parent Integer Number of visits registered (within the parent item). [optional]
_siteimprove Siteimprove [optional]

Example

require 'siteimprove_api_client'

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