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::PageDeletionMetaSeoRelationsCrossProduct
Properties
Name | Type | Description | Notes |
---|---|---|---|
backlinks | Array<String> | Backlinks for page. | [optional] |
is_target_page | Boolean | Check if page is target page. | [optional] |
ranking_keywords | Array<PageDeletionMetaRankingKeyword> | Ranking keyword for page. | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::PageDeletionMetaSeoRelationsCrossProduct.new(
backlinks: null,
is_target_page: null,
ranking_keywords: null
)