Sha256: 2fb4ec03678909a8d3157bfe20bc6a37e9181aa1caa94bfb3222e5e9839f22d7

Contents?: true

Size: 453 Bytes

Versions: 7

Compression:

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

7 entries across 7 versions & 1 rubygems

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