Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 835 Bytes

ContentOptimizationTargetUrlKeywordIssue.md

File metadata and controls

26 lines (20 loc) · 835 Bytes

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
)