Sha256: e0f03239662c9d5fa018014ce7815c1240da8700e9e776a8de85f875898d59e0

Contents?: true

Size: 911 Bytes

Versions: 2

Compression:

Stored size: 911 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

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v2/IncidentResponse.md
datadog_api_client-1.5.0 docs/v2/IncidentResponse.md