Sha256: c83d8e8b4bdf28db99d0bdf4e19a0910678c313e85a40c4b8bd7a7089d36d7e4

Contents?: true

Size: 547 Bytes

Versions: 7

Compression:

Stored size: 547 Bytes

Contents

# 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'] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::RelationshipToIncidentPostmortemData.new(
  id: 00000000-0000-0000-0000-000000000000,
  type: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
datadog_api_client-1.4.0 docs/v2/RelationshipToIncidentPostmortemData.md
datadog_api_client-1.3.0 docs/v2/RelationshipToIncidentPostmortemData.md
datadog_api_client-1.2.0 docs/v2/RelationshipToIncidentPostmortemData.md
datadog_api_client-1.1.0 docs/v2/RelationshipToIncidentPostmortemData.md
datadog_api_client-1.0.0 docs/v2/RelationshipToIncidentPostmortemData.md
datadog_api_client-1.0.0.beta.3 docs/v2/RelationshipToIncidentPostmortemData.md
datadog_api_client-1.0.0.beta.2 docs/v2/RelationshipToIncidentPostmortemData.md