Class: DatadogAPIClient::V2::DowntimeMonitorIdentifierId

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

Overview

Object of the monitor identifier.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#monitor_idObject

ID of the monitor to prevent notifications.



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

def monitor_id
  @monitor_id
end