Class: DatadogAPIClient::V2::EntityV3Service
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::EntityV3Service
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/entity_v3_service.rb
 
Overview
Schema for service entities
Instance Attribute Summary collapse
- 
  
    
      #api_version  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The schema version of entity type.
 - 
  
    
      #datadog  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Datadog product integrations for the service entity.
 - 
  
    
      #extensions  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Custom extensions.
 - 
  
    
      #integrations  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A base schema for defining third party integrations.
 - 
  
    
      #kind  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The definition of Entity V3 Service Kind object.
 - 
  
    
      #metadata  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The definition of Entity V3 Metadata object.
 - 
  
    
      #spec  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The definition of Entity V3 Service Spec object.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#api_version ⇒ Object
The schema version of entity type. The field is known as schema-version in the previous version
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service.rb', line 25 def api_version @api_version end  | 
  
#datadog ⇒ Object
Datadog product integrations for the service entity
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service.rb', line 28 def datadog @datadog end  | 
  
#extensions ⇒ Object
Custom extensions. This is the free-formed field to send client side metadata. No Datadog features are affected by this field.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service.rb', line 31 def extensions @extensions end  | 
  
#integrations ⇒ Object
A base schema for defining third party integrations
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service.rb', line 34 def integrations @integrations end  | 
  
#kind ⇒ Object
The definition of Entity V3 Service Kind object.
      37 38 39  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service.rb', line 37 def kind @kind end  | 
  
#metadata ⇒ Object
The definition of Entity V3 Metadata object.
      40 41 42  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service.rb', line 40 def @metadata end  | 
  
#spec ⇒ Object
The definition of Entity V3 Service Spec object.
      43 44 45  | 
    
      # File 'lib/datadog_api_client/v2/models/entity_v3_service.rb', line 43 def spec @spec end  |