alerts.billing.BillingEvent interface

Niestandardowe zdarzenie CloudEvent na potrzeby płatności za alerty Firebase (z niestandardowymi atrybutami rozszerzeń).

Podpis:

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

Rozszerza: CloudEvent<FirebaseAlertData<T>>

Właściwości

Właściwość Typ Opis
typ alertu ciąg znaków Typ wywołanych alertów.

alert.billing.BillingEvent.alertType

Typ wywołanych alertów.

Podpis:

alertType: string;