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
-
#status ⇒ Object
Search facets.
-
#type ⇒ Object
Search facets.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#status ⇒ Object
Search facets.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_response_counts.rb', line 29 def status @status end |
#type ⇒ Object
Search facets.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_response_counts.rb', line 32 def type @type end |