Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 908 Bytes

EventPage.md

File metadata and controls

32 lines (26 loc) · 908 Bytes

SiteimproveAPIClient::EventPage

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]
events Integer Number of events registered. [optional]
visits Integer Number of visits registered. [optional]
_links Links31 [optional]
_siteimprove Siteimprove [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::EventPage.new(
  id: null,
  title: null,
  url: null,
  cms_url: null,
  events: null,
  visits: null,
  _links: null,
  _siteimprove: null
)