docs/v2/IncidentResponseAttributes.md in datadog_api_client-1.2.0 vs docs/v2/IncidentResponseAttributes.md in datadog_api_client-1.3.0
- old
+ new
@@ -11,10 +11,10 @@
| **customer_impact_start** | **Time** | Timestamp when customers began being impacted by the incident. | [optional] |
| **customer_impacted** | **Boolean** | A flag indicating whether the incident caused customer impact. | [optional] |
| **detected** | **Time** | Timestamp when the incident was detected. | [optional] |
| **fields** | [**Hash<String, IncidentFieldAttributes>**](IncidentFieldAttributes.md) | A condensed view of the user-defined fields attached to incidents. | [optional] |
| **modified** | **Time** | Timestamp when the incident was last modified. | [optional][readonly] |
-| **notification_handles** | **Array<String>** | Notification handles that will be notified of the incident during update. | [optional] |
+| **notification_handles** | [**Array<IncidentNotificationHandle>**](IncidentNotificationHandle.md) | Notification handles that will be notified of the incident during update. | [optional] |
| **postmortem_id** | **String** | The UUID of the postmortem object attached to the incident. | [optional] |
| **public_id** | **Integer** | The monotonically increasing integer ID for the incident. | [optional] |
| **resolved** | **Time** | Timestamp when the incident's state was set to resolved. | [optional] |
| **time_to_detect** | **Integer** | The amount of time in seconds to detect the incident. Equals the difference between `customer_impact_start` and `detected`. | [optional][readonly] |
| **time_to_internal_response** | **Integer** | The amount of time in seconds to call incident after detection. Equals the difference of `detected` and `created`. | [optional][readonly] |