Class: DatadogAPIClient::V2::EntityV3Integrations
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::EntityV3Integrations
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/entity_v3_integrations.rb
Overview
A base schema for defining third-party integrations.
Instance Attribute Summary collapse
-
#opsgenie ⇒ Object
An Opsgenie integration schema.
-
#pagerduty ⇒ Object
A PagerDuty integration schema.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#opsgenie ⇒ Object
An Opsgenie integration schema.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/entity_v3_integrations.rb', line 25 def opsgenie @opsgenie end |
#pagerduty ⇒ Object
A PagerDuty integration schema.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/entity_v3_integrations.rb', line 28 def pagerduty @pagerduty end |