Class: DatadogAPIClient::V2::MetricAssetDashboardRelationship

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/metric_asset_dashboard_relationship.rb

Overview

An object of type dashboard that can be referenced in the included data.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#idObject

The related dashboard's ID.



25
26
27
# File 'lib/datadog_api_client/v2/models/metric_asset_dashboard_relationship.rb', line 25

def id
  @id
end

#typeObject

Dashboard resource type.



28
29
30
# File 'lib/datadog_api_client/v2/models/metric_asset_dashboard_relationship.rb', line 28

def type
  @type
end