WorkItemDelete interface
完全に削除された作業項目オブジェクト。 作業項目自体が含まれます。
- Extends
プロパティ
| resource | 削除された作業項目オブジェクト。 |
継承されたプロパティ
| code | バッチ要求での作業項目操作の HTTP 状態コード。 |
| deleted |
作業項目の種類を削除したユーザー。 |
| deleted |
作業項目の削除日。 |
| id | 作業項目 ID。 |
| message | バッチ要求での作業項目操作の例外メッセージ。 |
| name | 作業項目の名前またはタイトル。 |
| project | 削除された作業項目の親プロジェクト。 |
| type | 作業項目の種類。 |
| url | リソースの REST API URL |
プロパティの詳細
resource
継承されたプロパティの詳細
code
バッチ要求での作業項目操作の HTTP 状態コード。
code: number
プロパティ値
number
workItemDeleteReference.code から継承
deletedBy
作業項目の種類を削除したユーザー。
deletedBy: string
プロパティ値
string
workItemDeleteReference.deletedBy
deletedDate
作業項目の削除日。
deletedDate: string
プロパティ値
string
id
作業項目 ID。
id: number
プロパティ値
number
message
バッチ要求での作業項目操作の例外メッセージ。
message: string
プロパティ値
string
workItemDeleteReference.message
name
作業項目の名前またはタイトル。
name: string
プロパティ値
string
project
削除された作業項目の親プロジェクト。
project: string
プロパティ値
string
workItemDeleteReference.project から継承
type
作業項目の種類。
type: string
プロパティ値
string
workItemDeleteReference.type
url
リソースの REST API URL
url: string
プロパティ値
string
workItemDeleteReference.url から継承