NotificationDetails interface
定義通知詳細數據的數據合約。
屬性
| completed |
取得或設定此通知完成的時間(從取用者接收的回應) |
| consumer |
取得或設定此通知詳細數據的取用者動作標識碼。 |
| consumer |
取得或設定此通知詳細數據的取用者標識碼。 |
| consumer |
取得或設定此通知詳細數據的取用者輸入。 |
| dequeued |
取得或設定清除佇列處理此通知的時間 |
| error |
取得或設定此通知詳細數據的錯誤詳細數據。 |
| error |
取得或設定此通知詳細數據的錯誤訊息。 |
| event | 取得或設定此通知詳細數據的事件內容。 |
| event |
取得或設定此通知詳細數據的事件類型。 |
| processed |
取得或設定此通知完成處理的時間(就在要求傳送給取用者之前) |
| publisher |
取得或設定此通知詳細數據的發行者標識碼。 |
| publisher |
取得或設定此通知詳細數據的發行者輸入。 |
| queued |
取得或設定此通知已排入佇列的時間(已建立) |
| request | 取得或設定此通知詳細數據的要求。 |
| request |
嘗試傳送給取用者的要求數目 |
| request |
要求給取用者以秒為單位的持續時間 |
| 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
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