Class: DatadogAPIClient::V2::EntityV3ServiceDatadog
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::EntityV3ServiceDatadog
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/entity_v3_service_datadog.rb
 
Overview
Datadog product integrations for the service entity
Instance Attribute Summary collapse
- 
  
    
      #code_locations  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Schema for mapping source code locations to an entity.
 - 
  
    
      #events  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Events associations.
 - 
  
    
      #logs  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Logs association.
 - 
  
    
      #performance_data  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Performance stats association.
 - 
  
    
      #pipelines  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
CI Pipelines association.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#code_locations ⇒ Object
Schema for mapping source code locations to an entity
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service_datadog.rb', line 25 def code_locations @code_locations end  | 
  
#events ⇒ Object
Events associations
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service_datadog.rb', line 28 def events @events end  | 
  
#logs ⇒ Object
Logs association
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service_datadog.rb', line 31 def logs @logs end  | 
  
#performance_data ⇒ Object
Performance stats association
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service_datadog.rb', line 34 def performance_data @performance_data end  | 
  
#pipelines ⇒ Object
CI Pipelines association
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service_datadog.rb', line 37 def pipelines @pipelines end  |