Class: DatadogAPIClient::V2::DowntimeRelationships
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::DowntimeRelationships
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/downtime_relationships.rb
Overview
All relationships associated with downtime.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#created_by ⇒ Object
The user who created the downtime.
-
#monitor ⇒ Object
The monitor identified by the downtime.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/downtime_relationships.rb', line 30 def additional_properties @additional_properties end |
#created_by ⇒ Object
The user who created the downtime.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/downtime_relationships.rb', line 25 def created_by @created_by end |
#monitor ⇒ Object
The monitor identified by the downtime.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/downtime_relationships.rb', line 28 def monitor @monitor end |