alerts.crashlytics.RegressionAlertPayload interface
Stay organized with collections
Save and categorize content based on your preferences.
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;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-04-18 UTC.
[null,null,["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;"]]