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::PagePolicy
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | The Id of the page. | |
detected_date | Time | The date and time this policy violation was first detected. | |
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: low, medium, high. | [default to 'none'] |
_links | Links47 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::PagePolicy.new(
id: null,
detected_date: null,
policy_category: null,
policy_name: null,
policy_priority: null,
_links: null
)