# DatadogAPIClient::V2::RelationshipToIncidentPostmortem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**RelationshipToIncidentPostmortemData**](RelationshipToIncidentPostmortemData.md) | | | ## Example ```ruby require 'datadog_api_client/v2' instance = DatadogAPIClient::V2::RelationshipToIncidentPostmortem.new( data: null ) ```