Class: DatadogAPIClient::V2::ServiceDefinitionV2Dot2Integrations
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::ServiceDefinitionV2Dot2Integrations
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/service_definition_v2_dot2_integrations.rb
 
Overview
Third party integrations that Datadog supports.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #opsgenie  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Opsgenie integration for the service.
 - 
  
    
      #pagerduty  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
PagerDuty integration for the service.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      30 31 32  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2_integrations.rb', line 30 def additional_properties @additional_properties end  | 
  
#opsgenie ⇒ Object
Opsgenie integration for the service.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2_integrations.rb', line 25 def opsgenie @opsgenie end  | 
  
#pagerduty ⇒ Object
PagerDuty integration for the service.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/service_definition_v2_dot2_integrations.rb', line 28 def pagerduty @pagerduty end  |