Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 817 Bytes

SummaryPolicy.md

File metadata and controls

22 lines (16 loc) · 817 Bytes

SiteimproveAPIClient::SummaryPolicy

Properties

Name Type Description Notes
high_priority_matching_policies Integer Number of high priority policies matching this page. [optional]
high_priority_pending_checks Integer Number of high priority policies currently being re-executed for this page. The results of each of these will be available as soon as the execution completes for each individual policy. [optional]
matching_policies Integer Number of policies matching this page. [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::SummaryPolicy.new(
  high_priority_matching_policies: null,
  high_priority_pending_checks: null,
  matching_policies: null
)