Class: DatadogAPIClient::V2::IncidentSearchResponseNumericFacetDataAggregates

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/incident_search_response_numeric_facet_data_aggregates.rb

Overview

Aggregate information for numeric incident data.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#maxObject

Maximum value of the numeric aggregates.



29
30
31
# File 'lib/datadog_api_client/v2/models/incident_search_response_numeric_facet_data_aggregates.rb', line 29

def max
  @max
end

#minObject

Minimum value of the numeric aggregates.



32
33
34
# File 'lib/datadog_api_client/v2/models/incident_search_response_numeric_facet_data_aggregates.rb', line 32

def min
  @min
end