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

Properties

Name Type Description Notes
id Integer Id of the policy
occurrences Integer Number of occurrences of this policy's matches on this page. [optional]
policy_category String The category of the policy: content, media, documents. [default to 'content']
policy_name String The name of the policy. [optional]
policy_priority String The priority of the policy. [default to 'none']

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::ContentCheckPolicyInfo.new(
  id: null,
  occurrences: null,
  policy_category: null,
  policy_name: null,
  policy_priority: null
)