Class: DatadogAPIClient::V2::DowntimeRelationships

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

Overview

All relationships associated with downtime.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#created_byObject

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

#monitorObject

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