Class: DatadogAPIClient::V2::MetricAssetSLORelationship
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::MetricAssetSLORelationship
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/metric_asset_slo_relationship.rb
 
Overview
An object of type ‘slos` that can be referenced in the `included` data.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The SLO ID.
 - 
  
    
      #type  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
SLO resource type.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      30 31 32  | 
    
      # File 'lib/datadog_api_client/v2/models/metric_asset_slo_relationship.rb', line 30 def additional_properties @additional_properties end  | 
  
#id ⇒ Object
The SLO ID.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/metric_asset_slo_relationship.rb', line 25 def id @id end  | 
  
#type ⇒ Object
SLO resource type.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/metric_asset_slo_relationship.rb', line 28 def type @type end  |