Class: DatadogAPIClient::V1::MonitorSearchCountItem

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/monitor_search_count_item.rb

Overview

A facet item.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#countObject

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

#nameObject

The facet value.



28
29
30
# File 'lib/datadog_api_client/v1/models/monitor_search_count_item.rb', line 28

def name
  @name
end