Class: DatadogAPIClient::V2::IncidentSearchResponseNumericFacetData

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

Overview

Facet data numeric attributes of an incident.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#aggregatesObject

Aggregate information for numeric incident data.



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

def aggregates
  @aggregates
end

#nameObject

Name of the incident property field.



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

def name
  @name
end