Class: DatadogAPIClient::V2::ModelLabMetricStatRange
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ModelLabMetricStatRange
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/model_lab_metric_stat_range.rb
Overview
The range of values for a specific metric statistic.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#max ⇒ Object
readonly
The maximum value of the statistic.
-
#min ⇒ Object
readonly
The minimum value of the statistic.
-
#stat ⇒ Object
readonly
The metric statistic name.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/model_lab_metric_stat_range.rb', line 33 def additional_properties @additional_properties end |
#max ⇒ Object
The maximum value of the statistic.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/model_lab_metric_stat_range.rb', line 25 def max @max end |
#min ⇒ Object
The minimum value of the statistic.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/model_lab_metric_stat_range.rb', line 28 def min @min end |
#stat ⇒ Object
The metric statistic name.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/model_lab_metric_stat_range.rb', line 31 def stat @stat end |