mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-23 00:47:51 +00:00
304 B
304 B
ErrorTrackingOpenAPI::ErrorStats
Properties
Name | Type | Description | Notes |
---|---|---|---|
frequency | Object | [optional] |
Example
require 'error_tracking_open_api'
instance = ErrorTrackingOpenAPI::ErrorStats.new(
frequency: null
)