# 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: ) ```