Class: DatadogAPIClient::V2::MetricAssetResponseRelationships

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#dashboardsObject

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

#monitorsObject

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

#notebooksObject

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

#slosObject

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