Class: DatadogAPIClient::V1::MonitorState
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorState
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_state.rb
Overview
Wrapper object with the different monitor states.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#groups ⇒ Object
Dictionary where the keys are groups (comma separated lists of tags) and the values are the list of groups your monitor is broken down on.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_state.rb', line 28 def additional_properties @additional_properties end |
#groups ⇒ Object
Dictionary where the keys are groups (comma separated lists of tags) and the values are the list of groups your monitor is broken down on.
26 27 28 |
# File 'lib/datadog_api_client/v1/models/monitor_state.rb', line 26 def groups @groups end |