Class: DatadogAPIClient::V1::PagerDutyServiceKey
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::PagerDutyServiceKey
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/pager_duty_service_key.rb
Overview
PagerDuty service object key.
Instance Attribute Summary collapse
-
#service_key ⇒ Object
readonly
Your service key in PagerDuty.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#service_key ⇒ Object
Your service key in PagerDuty.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/pager_duty_service_key.rb', line 29 def service_key @service_key end |