Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 460 Bytes

SeoIssueOccurenceHistoryItem.md

File metadata and controls

20 lines (14 loc) · 460 Bytes

SiteimproveAPIClient::SeoIssueOccurenceHistoryItem

Properties

Name Type Description Notes
occurrences Integer The number of times the issue occurs
timestamp Time Timestamp represented using ISO-8601

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::SeoIssueOccurenceHistoryItem.new(
  occurrences: null,
  timestamp: null
)