Class: DatadogAPIClient::V2::MetricAssetResponseRelationships
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V2::MetricAssetResponseRelationships
 
 
- Includes:
 - BaseGenericModel
 
- Defined in:
 - lib/datadog_api_client/v2/models/metric_asset_response_relationships.rb
 
Overview
Relationships to assets related to the metric.
Instance Attribute Summary collapse
- 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #dashboards  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object containing the list of dashboards that can be referenced in the ‘included` data.
 - 
  
    
      #monitors  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A object containing the list of monitors that can be referenced in the ‘included` data.
 - 
  
    
      #notebooks  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object containing the list of notebooks that can be referenced in the ‘included` data.
 - 
  
    
      #slos  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An object containing a list of SLOs that can be referenced in the ‘included` data.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      36 37 38  | 
    
      # File 'lib/datadog_api_client/v2/models/metric_asset_response_relationships.rb', line 36 def additional_properties @additional_properties end  | 
  
#dashboards ⇒ Object
An object containing the list of dashboards that can be referenced in the ‘included` data.
      25 26 27  | 
    
      # File 'lib/datadog_api_client/v2/models/metric_asset_response_relationships.rb', line 25 def dashboards @dashboards end  | 
  
#monitors ⇒ Object
A object containing the list of monitors that can be referenced in the ‘included` data.
      28 29 30  | 
    
      # File 'lib/datadog_api_client/v2/models/metric_asset_response_relationships.rb', line 28 def monitors @monitors end  | 
  
#notebooks ⇒ Object
An object containing the list of notebooks that can be referenced in the ‘included` data.
      31 32 33  | 
    
      # File 'lib/datadog_api_client/v2/models/metric_asset_response_relationships.rb', line 31 def notebooks @notebooks end  | 
  
#slos ⇒ Object
An object containing a list of SLOs that can be referenced in the ‘included` data.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v2/models/metric_asset_response_relationships.rb', line 34 def slos @slos end  |