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