Sha256: ab6a9b02fd43ecf6133e2de8a15243895f853e007ed0e8f9827035c8eae8ba3a
Contents?: true
Size: 1.87 KB
Versions: 29
Compression:
Stored size: 1.87 KB
Contents
# MuxRuby::Incident ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **threshold** | **Float** | | [optional] | | **status** | **String** | | [optional] | | **started_at** | **String** | | [optional] | | **severity** | **String** | | [optional] | | **sample_size_unit** | **String** | | [optional] | | **sample_size** | **Integer** | | [optional] | | **resolved_at** | **String** | | [optional] | | **notifications** | [**Array<IncidentNotification>**](IncidentNotification.md) | | [optional] | | **notification_rules** | [**Array<IncidentNotificationRule>**](IncidentNotificationRule.md) | | [optional] | | **measurement** | **String** | | [optional] | | **measured_value_on_close** | **Float** | | [optional] | | **measured_value** | **Float** | | [optional] | | **incident_key** | **String** | | [optional] | | **impact** | **String** | | [optional] | | **id** | **String** | | [optional] | | **error_description** | **String** | | [optional] | | **description** | **String** | | [optional] | | **breakdowns** | [**Array<IncidentBreakdown>**](IncidentBreakdown.md) | | [optional] | | **affected_views_per_hour_on_open** | **Integer** | | [optional] | | **affected_views_per_hour** | **Integer** | | [optional] | | **affected_views** | **Integer** | | [optional] | ## Example ```ruby require 'mux_ruby' instance = MuxRuby::Incident.new( threshold: null, status: null, started_at: null, severity: null, sample_size_unit: null, sample_size: null, resolved_at: null, notifications: null, notification_rules: null, measurement: null, measured_value_on_close: null, measured_value: null, incident_key: null, impact: null, id: null, error_description: null, description: null, breakdowns: null, affected_views_per_hour_on_open: null, affected_views_per_hour: null, affected_views: null ) ```
Version data entries
29 entries across 29 versions & 1 rubygems