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.



25
26
27
# File 'lib/datadog_api_client/v2/models/incident_search_response_numeric_facet_data_aggregates.rb', line 25

def max
  @max
end

#minObject

Minimum value of the numeric aggregates.



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

def min
  @min
end