Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 979 Bytes

StructuredDataMarkupPagesInfo.md

File metadata and controls

30 lines (24 loc) · 979 Bytes

SiteimproveAPIClient::StructuredDataMarkupPagesInfo

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_with_markup Integer The number of pages with structured markup
pages_without_markup Integer The number of pages without structured markup
total_pages Integer The total number of pages
_links Links1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::StructuredDataMarkupPagesInfo.new(
  complexity: null,
  issue_name: null,
  issue_type: null,
  pages_with_markup: null,
  pages_without_markup: null,
  total_pages: null,
  _links: null
)