database.RawRTDBCloudEvent interface

签名

export interface RawRTDBCloudEvent extends CloudEvent<RawRTDBCloudEventData> 

扩展CloudEvent<RawRTDBCloudEventData>

属性

属性 类型 说明
firebasedatabasehost 字符串
instance 字符串
位置 字符串
参考 字符串

database.RawRTDBCloudEvent.firebasedatabasehost

签名

firebasedatabasehost: string;

database.RawRTDBCloudEvent.instance

签名

instance: string;

database.RawRTDBCloudEvent.location

签名

location: string;

database.RawRTDBCloudEvent.ref

签名

ref: string;