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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#count ⇒ Object
Count.
-
#name ⇒ Object
Facet.
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/search_slo_response_data_attributes_facets_object_int.rb', line 30 def additional_properties @additional_properties end |
#count ⇒ Object
Count
25 26 27 |
# File 'lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_int.rb', line 25 def count @count end |
#name ⇒ Object
Facet
28 29 30 |
# File 'lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_int.rb', line 28 def name @name end |