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::InternalSearchPageAction
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Id of the 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] |
is_visitors_continued_in_another_tab | Boolean | True if visitor continued in another tab, false otherwise | |
searches | Integer | Number of searches registered for parent. | [optional] |
_siteimprove | Siteimprove | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::InternalSearchPageAction.new(
id: null,
title: null,
url: null,
cms_url: null,
is_visitors_continued_in_another_tab: null,
searches: null,
_siteimprove: null
)