Class: DatadogAPIClient::V2::MonitorDowntimeMatchResponseAttributes

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

Overview

Downtime match details.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_endObject

The end of the downtime.



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

def _end
  @_end
end

#groupsObject

An array of groups associated with the downtime.



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

def groups
  @groups
end

#scopeObject

The scope to which the downtime applies. Must follow the common search syntax.



31
32
33
# File 'lib/datadog_api_client/v2/models/monitor_downtime_match_response_attributes.rb', line 31

def scope
  @scope
end

#startObject

The start of the downtime.



34
35
36
# File 'lib/datadog_api_client/v2/models/monitor_downtime_match_response_attributes.rb', line 34

def start
  @start
end