[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-18 UTC."],[],[],null,["# alerts.crashlytics.RegressionAlertPayload interface\n\nThe internal payload object for a regression alert. Payload is wrapped inside a `FirebaseAlertData` object.\n\n**Signature:** \n\n export interface RegressionAlertPayload \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|\n| [\"@type\"](./firebase-functions.alerts.crashlytics.regressionalertpayload.md#alertscrashlyticsregressionalertpayload%22@type%22) | \"type.googleapis.com/google.events.firebase.firebasealerts.v1.CrashlyticsRegressionAlertPayload\" | |\n| [issue](./firebase-functions.alerts.crashlytics.regressionalertpayload.md#alertscrashlyticsregressionalertpayloadissue) | [Issue](./firebase-functions.alerts.crashlytics.issue.md#alertscrashlyticsissue_interface) | Basic information of the Crashlytics issue |\n| [resolveTime](./firebase-functions.alerts.crashlytics.regressionalertpayload.md#alertscrashlyticsregressionalertpayloadresolvetime) | string | The time that the Crashlytics issues was most recently resolved before it began to reoccur. |\n| [type](./firebase-functions.alerts.crashlytics.regressionalertpayload.md#alertscrashlyticsregressionalertpayloadtype) | string | The type of the Crashlytics issue, e.g. new fatal, new nonfatal, ANR |\n\nalerts.crashlytics.RegressionAlertPayload.\"@type\"\n-------------------------------------------------\n\n**Signature:** \n\n```typescript\n\n```\n\nalerts.crashlytics.RegressionAlertPayload.issue\n-----------------------------------------------\n\nBasic information of the Crashlytics issue\n\n**Signature:** \n\n issue: Issue;\n\nalerts.crashlytics.RegressionAlertPayload.resolveTime\n-----------------------------------------------------\n\nThe time that the Crashlytics issues was most recently resolved before it began to reoccur.\n\n**Signature:** \n\n resolveTime: string;\n\nalerts.crashlytics.RegressionAlertPayload.type\n----------------------------------------------\n\nThe type of the Crashlytics issue, e.g. new fatal, new nonfatal, ANR\n\n**Signature:** \n\n type: string;"]]