Object containing the information of a search result.

Hierarchy

  • IssuesSearchResultAttributes

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
impactedSessions?: number

Count of sessions impacted by the issue over the queried time window.

impactedUsers?: number

Count of users impacted by the issue over the queried time window.

totalCount?: number

Total count of errors that match the issue over the queried time window.

Generated using TypeDoc