SiteimproveAPIClient::H1MissingInfo 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_without_h1 Integer The number of pages without h1 total_pages Integer The total number of pages _links Links1 [optional] Example require 'siteimprove_api_client' instance = SiteimproveAPIClient::H1MissingInfo.new( complexity: null, issue_name: null, issue_type: null, pages_without_h1: null, total_pages: null, _links: null )