Class: DatadogAPIClient::V2::MonitorDowntimeMatchResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::MonitorDowntimeMatchResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/monitor_downtime_match_response_attributes.rb
Overview
Downtime match details.
Instance Attribute Summary collapse
-
#_end ⇒ Object
The end of the downtime.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#groups ⇒ Object
An array of groups associated with the downtime.
-
#scope ⇒ Object
The scope to which the downtime applies.
-
#start ⇒ Object
The start of the downtime.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_end ⇒ Object
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 |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/monitor_downtime_match_response_attributes.rb', line 36 def additional_properties @additional_properties end |
#groups ⇒ Object
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 |
#scope ⇒ Object
The scope to which the downtime applies. Must follow the [common search syntax](docs.datadoghq.com/logs/explorer/search_syntax/).
31 32 33 |
# File 'lib/datadog_api_client/v2/models/monitor_downtime_match_response_attributes.rb', line 31 def scope @scope end |
#start ⇒ Object
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 |