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::PageDeletionMetaQaRelationsCrossProduct
Properties
Name | Type | Description | Notes |
---|---|---|---|
documents_on_page | Array<PageDeletionMetaPageMeta> | Documents on page. | [optional] |
documents_only_on_this_page | Array<PageDeletionMetaPageMeta> | Documents that only appear on this page. | [optional] |
internal_referring_pages | Array<PageDeletionMetaPageMeta> | Internal referring pages for page. | [optional] |
quality_assurance | Time | Summary related to Quality Assurance for page. | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::PageDeletionMetaQaRelationsCrossProduct.new(
documents_on_page: null,
documents_only_on_this_page: null,
internal_referring_pages: null,
quality_assurance: null
)