Notification interface

定义订阅事件处理结果的数据协定。

属性

createdDate

获取或设置创建此结果的日期和时间。

details

有关此通知的详细信息(如果有)

eventId

与此通知关联的事件 ID

id

通知 ID

modifiedDate

获取或设置上次修改此结果的日期和时间。

result

通知结果

status

通知状态

subscriberId

与此通知关联的订阅者 ID。 这是订阅中最后一个接触的身份。 在测试通知的情况下,如果尚未创建订阅,则可以是测试人员。

subscriptionId

与此通知关联的订阅 ID

属性详细信息

createdDate

获取或设置创建此结果的日期和时间。

createdDate: Date

属性值

Date

details

有关此通知的详细信息(如果有)

details: NotificationDetails

属性值

eventId

与此通知关联的事件 ID

eventId: string

属性值

string

id

通知 ID

id: number

属性值

number

modifiedDate

获取或设置上次修改此结果的日期和时间。

modifiedDate: Date

属性值

Date

result

通知结果

result: NotificationResult

属性值

status

通知状态

status: NotificationStatus

属性值

subscriberId

与此通知关联的订阅者 ID。 这是订阅中最后一个接触的身份。 在测试通知的情况下,如果尚未创建订阅,则可以是测试人员。

subscriberId: string

属性值

string

subscriptionId

与此通知关联的订阅 ID

subscriptionId: string

属性值

string