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::ContentOptimizationTargetUrlKeywordIssue
Properties
Name | Type | Description | Notes |
---|---|---|---|
database | String | The database for the keyword | [default to 'unknown'] |
expected_in_element | Boolean | True if the keyword was expected in the element; otherwise false | |
issue_type | String | The type of keyword issue | [optional] |
keyword | String | The keyword causing the issue | [optional] |
occurrences | Integer | The number of occurrences of the keyword |
Example
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::ContentOptimizationTargetUrlKeywordIssue.new(
database: null,
expected_in_element: null,
issue_type: null,
keyword: null,
occurrences: null
)