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.



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

def aggregates
  @aggregates
end

#nameObject

Name of the incident property field.



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

def name
  @name
end