IssueUpdateContract interface
發出更新參數。
屬性
| api |
建立問題之 API 的資源識別碼。 |
| created |
建立問題的日期和時間。 |
| description | 描述問題的文字。 |
| state | 問題的狀態。 |
| title | 問題標題。 |
| user |
使用者建立問題的資源標識碼。 |
屬性詳細資料
apiId
建立問題之 API 的資源識別碼。
apiId?: string
屬性值
string
createdDate
建立問題的日期和時間。
createdDate?: Date
屬性值
Date
description
描述問題的文字。
description?: string
屬性值
string
state
問題的狀態。
state?: string
屬性值
string
title
問題標題。
title?: string
屬性值
string
userId
使用者建立問題的資源標識碼。
userId?: string
屬性值
string