Sha256: 57b5e138d99856e7ecdb16b75a05bbcd196271794791fb785d34c7021cea9c7d

Contents?: true

Size: 372 Bytes

Versions: 7

Compression:

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

7 entries across 7 versions & 1 rubygems

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