The internal payload object for a regression alert. Payload is wrapped inside a FirebaseAlertData object.
Signature:
export interface RegressionAlertPayload 
Properties
| Property | Type | Description | 
|---|---|---|
| "@type" | "type.googleapis.com/google.events.firebase.firebasealerts.v1.CrashlyticsRegressionAlertPayload" | |
| issue | Issue | Basic information of the Crashlytics issue | 
| resolveTime | string | The time that the Crashlytics issues was most recently resolved before it began to reoccur. | 
| type | string | The type of the Crashlytics issue, e.g. new fatal, new nonfatal, ANR | 
alerts.crashlytics.RegressionAlertPayload."@type"
Signature:
alerts.crashlytics.RegressionAlertPayload.issue
Basic information of the Crashlytics issue
Signature:
issue: Issue;
alerts.crashlytics.RegressionAlertPayload.resolveTime
The time that the Crashlytics issues was most recently resolved before it began to reoccur.
Signature:
resolveTime: string;
alerts.crashlytics.RegressionAlertPayload.type
The type of the Crashlytics issue, e.g. new fatal, new nonfatal, ANR
Signature:
type: string;