Class: DatadogAPIClient::V2::MetricAssetMonitorRelationship

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

Overview

An object of type monitor 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 monitor's ID.



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

def id
  @id
end

#typeObject

Monitor resource type.



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

def type
  @type
end