Class: DatadogAPIClient::V2::DowntimeRelationshipsMonitorData

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

Overview

Data for the monitor.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#idObject

Monitor ID of the downtime.



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

def id
  @id
end

#typeObject

Monitor resource type.



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

def type
  @type
end