Sha256: 2e2fdf84c330a48ec8f6d4cd9e25db1ce61869b1d09c366c5f3b6f6ee7359ce2

Contents?: true

Size: 530 Bytes

Versions: 7

Compression:

Stored size: 530 Bytes

Contents

# DatadogAPIClient::V2::IncidentResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **data** | [**IncidentResponseData**](IncidentResponseData.md) |  |  |
| **included** | [**Array<IncidentResponseIncludedItem>**](IncidentResponseIncludedItem.md) | Included related resources that the user requested. | [optional][readonly] |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::IncidentResponse.new(
  data: null,
  included: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

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