Class: DatadogAPIClient::V1::SearchSLOResponseDataAttributesFacetsObjectInt
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SearchSLOResponseDataAttributesFacetsObjectInt
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_int.rb
Overview
Facet
Instance Attribute Summary collapse
-
#count ⇒ Object
Count.
-
#name ⇒ Object
Facet.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#count ⇒ Object
Count
29 30 31 |
# File 'lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_int.rb', line 29 def count @count end |
#name ⇒ Object
Facet
32 33 34 |
# File 'lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_int.rb', line 32 def name @name end |