Sha256: 8e603ce65661dc8867d6d93fc01473e93ebd735fe855c7e85b77f9aca889136c

Contents?: true

Size: 1.28 KB

Versions: 2

Compression:

Stored size: 1.28 KB

Contents

# DatadogAPIClient::V2::IncidentServiceResponseData

## Properties

| Name              | Type                                                                          | Description                    | Notes                           |
| ----------------- | ----------------------------------------------------------------------------- | ------------------------------ | ------------------------------- |
| **attributes**    | [**IncidentServiceResponseAttributes**](IncidentServiceResponseAttributes.md) |                                | [optional]                      |
| **id**            | **String**                                                                    | The incident service's ID. |                                 |
| **relationships** | [**IncidentServiceRelationships**](IncidentServiceRelationships.md)           |                                | [optional]                      |
| **type**          | [**IncidentServiceType**](IncidentServiceType.md)                             |                                | [default to 'services'] |

## Example

```ruby
require 'datadog_api_client/v2'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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