Class: DatadogAPIClient::V2::EntityV3DatadogIntegrationOpsgenie
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::EntityV3DatadogIntegrationOpsgenie
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/entity_v3_datadog_integration_opsgenie.rb
 
Overview
An Opsgenie integration schema
Instance Attribute Summary collapse
- 
  
    
      #region  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The region for the Opsgenie integration.
 - 
  
    
      #service_url  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The service url for the Opsgenie integration.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#region ⇒ Object
The region for the Opsgenie integration.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_datadog_integration_opsgenie.rb', line 25 def region @region end  | 
  
#service_url ⇒ Object
The service url for the Opsgenie integration.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_datadog_integration_opsgenie.rb', line 28 def service_url @service_url end  |