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::DuplicateMetaDescription

Properties

Name Type Description Notes
meta_description String The meta description 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 Links6 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::DuplicateMetaDescription.new(
  meta_description: null,
  page_level: null,
  page_views: null,
  _links: null
)