共用方式為


WorkItemDeleteBatchRequest interface

描述刪除一組工作專案的要求

屬性

destroy

選擇性參數,如果設定為 true,則會永久刪除工作專案。 請注意:終結動作是永久的,無法復原。

ids

所要求的工作專案識別碼

skipNotifications

選擇性參數,如果設定為 true,則會停用通知。

屬性詳細資料

destroy

選擇性參數,如果設定為 true,則會永久刪除工作專案。 請注意:終結動作是永久的,無法復原。

destroy: boolean

屬性值

boolean

ids

所要求的工作專案識別碼

ids: number[]

屬性值

number[]

skipNotifications

選擇性參數,如果設定為 true,則會停用通知。

skipNotifications: boolean

屬性值

boolean