Class: DatadogAPIClient::V1::MonitorGroupSearchResponseCounts
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorGroupSearchResponseCounts
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_group_search_response_counts.rb
Overview
The counts of monitor groups per different criteria.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#status ⇒ Object
Search facets.
-
#type ⇒ Object
Search facets.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_response_counts.rb', line 30 def additional_properties @additional_properties end |
#status ⇒ Object
Search facets.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_response_counts.rb', line 25 def status @status end |
#type ⇒ Object
Search facets.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_response_counts.rb', line 28 def type @type end |