Class: DatadogAPIClient::V2::ModelLabFacetValuesAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ModelLabFacetValuesAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/model_lab_facet_values_attributes.rb
Overview
Available values for a specific facet key.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#facet_name ⇒ Object
readonly
The name of the facet.
-
#facet_type ⇒ Object
readonly
The type of the facet.
-
#metric_stat_ranges ⇒ Object
The ranges for each metric statistic.
-
#numeric_range ⇒ Object
The numeric range of values for a facet.
-
#values ⇒ Object
readonly
The list of available string values for this facet.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
39 40 41 |
# File 'lib/datadog_api_client/v2/models/model_lab_facet_values_attributes.rb', line 39 def additional_properties @additional_properties end |
#facet_name ⇒ Object
The name of the facet.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/model_lab_facet_values_attributes.rb', line 25 def facet_name @facet_name end |
#facet_type ⇒ Object
The type of the facet.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/model_lab_facet_values_attributes.rb', line 28 def facet_type @facet_type end |
#metric_stat_ranges ⇒ Object
The ranges for each metric statistic.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/model_lab_facet_values_attributes.rb', line 31 def metric_stat_ranges @metric_stat_ranges end |
#numeric_range ⇒ Object
The numeric range of values for a facet.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/model_lab_facet_values_attributes.rb', line 34 def numeric_range @numeric_range end |
#values ⇒ Object
The list of available string values for this facet.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/model_lab_facet_values_attributes.rb', line 37 def values @values end |