Class: DatadogAPIClient::V2::EntityV3ServiceSpec
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::EntityV3ServiceSpec
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/entity_v3_service_spec.rb
 
Overview
The definition of Entity V3 Service Spec object.
Instance Attribute Summary collapse
- 
  
    
      #depends_on  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of components the service depends on.
 - 
  
    
      #languages  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The service’s programming language.
 - 
  
    
      #lifecycle  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The lifecycle state of the component.
 - 
  
    
      #tier  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The importance of the component.
 - 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of service.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#depends_on ⇒ Object
A list of components the service depends on
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service_spec.rb', line 25 def depends_on @depends_on end  | 
  
#languages ⇒ Object
The service’s programming language.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service_spec.rb', line 28 def languages @languages end  | 
  
#lifecycle ⇒ Object
The lifecycle state of the component.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service_spec.rb', line 31 def lifecycle @lifecycle end  | 
  
#tier ⇒ Object
The importance of the component
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service_spec.rb', line 34 def tier @tier end  | 
  
#type ⇒ Object
The type of service
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service_spec.rb', line 37 def type @type end  |