github.com/muxinc/mux-go@v1.1.1/docs/Incident.md (about)

     1  # Incident
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Threshold** | **float64** |  | [optional] 
     7  **Status** | **string** |  | [optional] 
     8  **StartedAt** | **string** |  | [optional] 
     9  **Severity** | **string** |  | [optional] 
    10  **SampleSizeUnit** | **string** |  | [optional] 
    11  **SampleSize** | **int64** |  | [optional] 
    12  **ResolvedAt** | **string** |  | [optional] 
    13  **Notifications** | [**[]IncidentNotification**](IncidentNotification.md) |  | [optional] 
    14  **NotificationRules** | [**[]IncidentNotificationRule**](IncidentNotificationRule.md) |  | [optional] 
    15  **Measurement** | **string** |  | [optional] 
    16  **MeasuredValueOnClose** | **float64** |  | [optional] 
    17  **MeasuredValue** | **float64** |  | [optional] 
    18  **IncidentKey** | **string** |  | [optional] 
    19  **Impact** | **string** |  | [optional] 
    20  **Id** | **string** |  | [optional] 
    21  **ErrorDescription** | **string** |  | [optional] 
    22  **Description** | **string** |  | [optional] 
    23  **Breakdowns** | [**[]IncidentBreakdown**](IncidentBreakdown.md) |  | [optional] 
    24  **AffectedViewsPerHourOnOpen** | **int64** |  | [optional] 
    25  **AffectedViewsPerHour** | **int64** |  | [optional] 
    26  **AffectedViews** | **int64** |  | [optional] 
    27  
    28  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    29  
    30