Sha256: 111f86cb20f9172c600fafdf22da29fc9b9dee84ef9faae47dc2a11eee234520

Contents?: true

Size: 748 Bytes

Versions: 2

Compression:

Stored size: 748 Bytes

Contents

# DatadogAPIClient::V2::IncidentServiceUpdateData

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **attributes** | [**IncidentServiceUpdateAttributes**](IncidentServiceUpdateAttributes.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::IncidentServiceUpdateData.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.0.0.beta.3 docs/v2/IncidentServiceUpdateData.md
datadog_api_client-1.0.0.beta.2 docs/v2/IncidentServiceUpdateData.md