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::DuplicateH1Heading
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | The ID of the duplicate H1 heading. | |
heading | String | The H1 heading 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::DuplicateH1Heading.new(
id: null,
heading: null,
page_level: null,
page_views: null,
_links: null
)