Sha256: a47d2cb7c7c9f9f5e807934e7a4319a1be95d417253243d8febb07bcc6d380d8

Contents?: true

Size: 629 Bytes

Versions: 2

Compression:

Stored size: 629 Bytes

Contents

# DatadogAPIClient::V1::PagerDutyService

## Properties

| Name             | Type       | Description                                                   | Notes |
| ---------------- | ---------- | ------------------------------------------------------------- | ----- |
| **service_key**  | **String** | Your service key in PagerDuty.                                |       |
| **service_name** | **String** | Your service name associated with a service key in PagerDuty. |       |

## Example

```ruby
require 'datadog_api_client/v1'

instance = DatadogAPIClient::V1::PagerDutyService.new(
  service_key: ,
  service_name:
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
datadog_api_client-1.6.0 docs/v1/PagerDutyService.md
datadog_api_client-1.5.0 docs/v1/PagerDutyService.md