Sha256: 871a6d32bf413c11d6058e04f99c883556d880a7f6a299d74526d509e8811f5a

Contents?: true

Size: 432 Bytes

Versions: 2

Compression:

Stored size: 432 Bytes

Contents

# DatadogAPIClient::V2::IncidentServiceUpdateAttributes

## Properties

| Name     | Type       | Description                   | Notes |
| -------- | ---------- | ----------------------------- | ----- |
| **name** | **String** | Name of the incident service. |       |

## Example

```ruby
require 'datadog_api_client/v2'

instance = DatadogAPIClient::V2::IncidentServiceUpdateAttributes.new(
  name: an example service name
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

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