Skip to main content
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::DuplicatePageTitles

Properties

Name Type Description Notes
title String The page title which is duplicated. [optional]
page_level Integer Page level in site hierarchy. [optional]
page_views Integer Number of times this page has been viewed [optional]
_links Links3 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::DuplicatePageTitles.new(
  title: null,
  page_level: null,
  page_views: null,
  _links: null
)