Sha256: ec71f4e4f59ae54bedefaa74a83896959e869452a0714b8d530ee1ef837485c3

Contents?: true

Size: 802 Bytes

Versions: 2

Compression:

Stored size: 802 Bytes

Contents

# DatadogAPIClient::V2::IncidentServiceResponseAttributes

## Properties

| Name         | Type       | Description                                          | Notes                |
| ------------ | ---------- | ---------------------------------------------------- | -------------------- |
| **created**  | **Time**   | Timestamp of when the incident service was created.  | [optional][readonly] |
| **modified** | **Time**   | Timestamp of when the incident service was modified. | [optional][readonly] |
| **name**     | **String** | Name of the incident service.                        | [optional]           |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::IncidentServiceResponseAttributes.new(
  created: null,
  modified: null,
  name: service name
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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