Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 853 Bytes

MetaTitleMissingInfo.md

File metadata and controls

28 lines (22 loc) · 853 Bytes

SiteimproveAPIClient::MetaTitleMissingInfo

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']
pages_missing_meta_title Integer The number of pages with missing meta titles
total_pages Integer The total number of pages
_links Links1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::MetaTitleMissingInfo.new(
  complexity: null,
  issue_name: null,
  issue_type: null,
  pages_missing_meta_title: null,
  total_pages: null,
  _links: null
)