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.



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

def facets
  @facets
end

#incidentsObject

Incidents returned by the search.



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

def incidents
  @incidents
end

#totalObject

Number of incidents returned by the search.



35
36
37
# File 'lib/datadog_api_client/v2/models/incident_search_response_attributes.rb', line 35

def total
  @total
end