Class: DatadogAPIClient::V2::DowntimeMonitorIncludedAttributes

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

Overview

Attributes of the monitor identified by the downtime.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#nameObject

The name of the monitor identified by the downtime.



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

def name
  @name
end