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::ContentOptimizationTargetUrlCompetingContent
Properties
Name | Type | Description | Notes |
---|---|---|---|
competing_content_type | String | The type of competing content. HTML element. | [default to 'h1'] |
keyword | String | The keyword string | [optional] |
occurrences | Integer | The number of occurrences for the keyword and content type combination | |
_links | Links3 | [optional] |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::ContentOptimizationTargetUrlCompetingContent.new(
competing_content_type: null,
keyword: null,
occurrences: null,
_links: null
)