Class: DatadogAPIClient::V1::MonitorGroupSearchResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorGroupSearchResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_group_search_response.rb
Overview
The response of a monitor group search.
Instance Attribute Summary collapse
-
#counts ⇒ Object
The counts of monitor groups per different criteria.
-
#groups ⇒ Object
The list of found monitor groups.
-
#metadata ⇒ Object
Metadata about the response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#counts ⇒ Object
The counts of monitor groups per different criteria.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_response.rb', line 29 def counts @counts end |
#groups ⇒ Object
The list of found monitor groups.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_response.rb', line 32 def groups @groups end |
#metadata ⇒ Object
Metadata about the response.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/monitor_group_search_response.rb', line 35 def @metadata end |