alerts.billing.BillingEvent interface

用於對 Firebase 警報進行計費的自訂 CloudEvent(具有自訂擴充屬性)。

簽名:

export interface BillingEvent<T> extends CloudEvent<FirebaseAlertData<T>> 

擴充: CloudEvent < Firebase警報數據<T>>

特性

財產類型描述
警報類型細繩觸發的警報的類型。

Alerts.billing.BillingEvent.alertType

觸發的警報的類型。

簽名:

alertType: string;