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::PageSummary
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Id of this specific 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] |
size_bytes | Integer | Size in bytes. | [optional] |
summary | Summary1 | [optional] | |
_links | Links44 | [optional] | |
_siteimprove | Siteimprove3 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::PageSummary.new(
id: null,
title: null,
url: null,
cms_url: null,
size_bytes: null,
summary: null,
_links: null,
_siteimprove: null
)