Class: DatadogAPIClient::V2::CsmHostFacetInfoItem
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CsmHostFacetInfoItem
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/csm_host_facet_info_item.rb
Overview
A single value and its occurrence count for a facet.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#count ⇒ Object
readonly
The number of resources with this facet value.
-
#value ⇒ Object
readonly
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/v2/models/csm_host_facet_info_item.rb', line 30 def additional_properties @additional_properties end |
#count ⇒ Object
The number of resources with this facet value.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/csm_host_facet_info_item.rb', line 25 def count @count end |
#value ⇒ Object
The facet value.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/csm_host_facet_info_item.rb', line 28 def value @value end |