Class: DatadogAPIClient::V2::IncidentSearchResponseAttributes

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

Overview

Attributes returned by an incident search.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#facetsObject

Facet data for incidents returned by a search query.



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

def facets
  @facets
end

#incidentsObject

Incidents returned by the search.



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

def incidents
  @incidents
end

#totalObject

Number of incidents returned by the search.



31
32
33
# File 'lib/datadog_api_client/v2/models/incident_search_response_attributes.rb', line 31

def total
  @total
end