Name | Type | Description | Notes |
---|---|---|---|
occurrences | Integer | The number of times the issue occurs | |
timestamp | Time | Timestamp represented using ISO-8601 |
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::SeoIssueOccurenceHistoryItem.new(
occurrences: null,
timestamp: null
)