Class: DatadogAPIClient::V2::EntityV3Integrations

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#opsgenieObject

An Opsgenie integration schema.



25
26
27
# File 'lib/datadog_api_client/v2/models/entity_v3_integrations.rb', line 25

def opsgenie
  @opsgenie
end

#pagerdutyObject

A PagerDuty integration schema.



28
29
30
# File 'lib/datadog_api_client/v2/models/entity_v3_integrations.rb', line 28

def pagerduty
  @pagerduty
end