Class IncidentSearchResponseAttributes

Attributes returned by an incident search.

Hierarchy

  • IncidentSearchResponseAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Facet data for incidents returned by a search query.

Incidents returned by the search.

total: number

Number of incidents returned by the search.

Generated using TypeDoc