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

Properties

Name Type Description Notes
complexity String The complexity of the issue [default to 'none']
issue_name String The name of the issue [optional]
issue_type String The type of issue [default to 'unknown']
meta_title_duplicates Integer The number of duplicate meta titles
total_meta_titles Integer The number of meta titles
_links Links1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::DuplicateMetaTitleInfo.new(
  complexity: null,
  issue_name: null,
  issue_type: null,
  meta_title_duplicates: null,
  total_meta_titles: null,
  _links: null
)