Class: DatadogAPIClient::V1::MonitorState

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#groupsObject

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