Class: DatadogAPIClient::V2::EntityV3DatadogCodeLocationItem
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::EntityV3DatadogCodeLocationItem
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/entity_v3_datadog_code_location_item.rb
 
Overview
code location item.
Instance Attribute Summary collapse
- 
  
    
      #paths  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The paths (glob) to the source code of the service.
 - 
  
    
      #repository_url  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The repository path of the source code of the entity.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#paths ⇒ Object
The paths (glob) to the source code of the service
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_datadog_code_location_item.rb', line 25 def paths @paths end  | 
  
#repository_url ⇒ Object
The repository path of the source code of the entity
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_datadog_code_location_item.rb', line 28 def repository_url @repository_url end  |