Class: DatadogAPIClient::V1::MonitorSearchCountItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::MonitorSearchCountItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/monitor_search_count_item.rb
Overview
A facet item.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#count ⇒ Object
The number of found monitors with the listed value.
-
#name ⇒ Object
The facet value.
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_search_count_item.rb', line 30 def additional_properties @additional_properties end |
#count ⇒ Object
The number of found monitors with the listed value.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/monitor_search_count_item.rb', line 25 def count @count end |
#name ⇒ Object
The facet value.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/monitor_search_count_item.rb', line 28 def name @name end |