docs/v2/RelationshipToIncidentPostmortemData.md in datadog_api_client-1.4.0 vs docs/v2/RelationshipToIncidentPostmortemData.md in datadog_api_client-1.5.0

- old
+ new

@@ -1,13 +1,13 @@ # DatadogAPIClient::V2::RelationshipToIncidentPostmortemData ## Properties -| Name | Type | Description | Notes | -| ---- | ---- | ----------- | ----- | -| **id** | **String** | A unique identifier that represents the postmortem. | | -| **type** | [**IncidentPostmortemType**](IncidentPostmortemType.md) | | [default to 'incident_postmortems'] | +| Name | Type | Description | Notes | +| -------- | ------------------------------------------------------- | --------------------------------------------------- | ------------------------------------------- | +| **id** | **String** | A unique identifier that represents the postmortem. | | +| **type** | [**IncidentPostmortemType**](IncidentPostmortemType.md) | | [default to 'incident_postmortems'] | ## Example ```ruby require 'datadog_api_client/v2' @@ -15,6 +15,5 @@ instance = DatadogAPIClient::V2::RelationshipToIncidentPostmortemData.new( id: 00000000-0000-0000-0000-000000000000, type: null ) ``` -