Sha256: c3abcaf0a3bb432de0d961c96987703c817690afca487739d17b2284a66a47a8

Contents?: true

Size: 620 Bytes

Versions: 7

Compression:

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

7 entries across 7 versions & 1 rubygems

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