共用方式為


NotificationDetails interface

定義通知詳細數據的數據合約。

屬性

completedDate

取得或設定此通知完成的時間(從取用者接收的回應)

consumerActionId

取得或設定此通知詳細數據的取用者動作標識碼。

consumerId

取得或設定此通知詳細數據的取用者標識碼。

consumerInputs

取得或設定此通知詳細數據的取用者輸入。

dequeuedDate

取得或設定清除佇列處理此通知的時間

errorDetail

取得或設定此通知詳細數據的錯誤詳細數據。

errorMessage

取得或設定此通知詳細數據的錯誤訊息。

event

取得或設定此通知詳細數據的事件內容。

eventType

取得或設定此通知詳細數據的事件類型。

processedDate

取得或設定此通知完成處理的時間(就在要求傳送給取用者之前)

publisherId

取得或設定此通知詳細數據的發行者標識碼。

publisherInputs

取得或設定此通知詳細數據的發行者輸入。

queuedDate

取得或設定此通知已排入佇列的時間(已建立)

request

取得或設定此通知詳細數據的要求。

requestAttempts

嘗試傳送給取用者的要求數目

requestDuration

要求給取用者以秒為單位的持續時間

response

取得或設定此通知詳細數據的回應。

屬性詳細資料

completedDate

取得或設定此通知完成的時間(從取用者接收的回應)

completedDate: Date

屬性值

Date

consumerActionId

取得或設定此通知詳細數據的取用者動作標識碼。

consumerActionId: string

屬性值

string

consumerId

取得或設定此通知詳細數據的取用者標識碼。

consumerId: string

屬性值

string

consumerInputs

取得或設定此通知詳細數據的取用者輸入。

consumerInputs: {[key: string]: string}

屬性值

{[key: string]: string}

dequeuedDate

取得或設定清除佇列處理此通知的時間

dequeuedDate: Date

屬性值

Date

errorDetail

取得或設定此通知詳細數據的錯誤詳細數據。

errorDetail: string

屬性值

string

errorMessage

取得或設定此通知詳細數據的錯誤訊息。

errorMessage: string

屬性值

string

event

取得或設定此通知詳細數據的事件內容。

event: Event

屬性值

eventType

取得或設定此通知詳細數據的事件類型。

eventType: string

屬性值

string

processedDate

取得或設定此通知完成處理的時間(就在要求傳送給取用者之前)

processedDate: Date

屬性值

Date

publisherId

取得或設定此通知詳細數據的發行者標識碼。

publisherId: string

屬性值

string

publisherInputs

取得或設定此通知詳細數據的發行者輸入。

publisherInputs: {[key: string]: string}

屬性值

{[key: string]: string}

queuedDate

取得或設定此通知已排入佇列的時間(已建立)

queuedDate: Date

屬性值

Date

request

取得或設定此通知詳細數據的要求。

request: string

屬性值

string

requestAttempts

嘗試傳送給取用者的要求數目

requestAttempts: number

屬性值

number

requestDuration

要求給取用者以秒為單位的持續時間

requestDuration: number

屬性值

number

response

取得或設定此通知詳細數據的回應。

response: string

屬性值

string