Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 881 Bytes

PagePolicy.md

File metadata and controls

28 lines (22 loc) · 881 Bytes

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
)