[[["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.VelocityAlertPayload interface\n\nThe internal payload object for a velocity alert. Payload is wrapped inside a `FirebaseAlertData` object.\n\n**Signature:** \n\n export interface VelocityAlertPayload \n\nProperties\n----------\n\n| Property | Type | Description |\n|-----------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| [\"@type\"](./firebase-functions.alerts.crashlytics.velocityalertpayload.md#alertscrashlyticsvelocityalertpayload%22@type%22) | \"type.googleapis.com/google.events.firebase.firebasealerts.v1.CrashlyticsVelocityAlertPayload\" | |\n| [crashCount](./firebase-functions.alerts.crashlytics.velocityalertpayload.md#alertscrashlyticsvelocityalertpayloadcrashcount) | number | The number of user sessions for the given app version that had this specific crash issue in the time period used to trigger the velocity alert. |\n| [crashPercentage](./firebase-functions.alerts.crashlytics.velocityalertpayload.md#alertscrashlyticsvelocityalertpayloadcrashpercentage) | number | The percentage of user sessions for the given app version that had this specific crash issue in the time period used to trigger the velocity alert. |\n| [createTime](./firebase-functions.alerts.crashlytics.velocityalertpayload.md#alertscrashlyticsvelocityalertpayloadcreatetime) | string | The time that the Crashlytics issue gets created |\n| [firstVersion](./firebase-functions.alerts.crashlytics.velocityalertpayload.md#alertscrashlyticsvelocityalertpayloadfirstversion) | string | The first app version where this issue was seen, and not necessarily the version that has triggered the alert. |\n| [issue](./firebase-functions.alerts.crashlytics.velocityalertpayload.md#alertscrashlyticsvelocityalertpayloadissue) | [Issue](./firebase-functions.alerts.crashlytics.issue.md#alertscrashlyticsissue_interface) | Basic information of the Crashlytics issue |\n\nalerts.crashlytics.VelocityAlertPayload.\"@type\"\n-----------------------------------------------\n\n**Signature:** \n\n```typescript\n\n```\n\nalerts.crashlytics.VelocityAlertPayload.crashCount\n--------------------------------------------------\n\nThe number of user sessions for the given app version that had this specific crash issue in the time period used to trigger the velocity alert.\n\n**Signature:** \n\n crashCount: number;\n\nalerts.crashlytics.VelocityAlertPayload.crashPercentage\n-------------------------------------------------------\n\nThe percentage of user sessions for the given app version that had this specific crash issue in the time period used to trigger the velocity alert.\n\n**Signature:** \n\n crashPercentage: number;\n\nalerts.crashlytics.VelocityAlertPayload.createTime\n--------------------------------------------------\n\nThe time that the Crashlytics issue gets created\n\n**Signature:** \n\n createTime: string;\n\nalerts.crashlytics.VelocityAlertPayload.firstVersion\n----------------------------------------------------\n\nThe first app version where this issue was seen, and not necessarily the version that has triggered the alert.\n\n**Signature:** \n\n firstVersion: string;\n\nalerts.crashlytics.VelocityAlertPayload.issue\n---------------------------------------------\n\nBasic information of the Crashlytics issue\n\n**Signature:** \n\n issue: Issue;"]]