共用方式為


IssueUpdateContractProperties interface

發出合約更新屬性。

Extends

屬性

description

描述問題的文字。

title

問題標題。

userId

使用者建立問題的資源標識碼。

繼承的屬性

apiId

建立問題之 API 的資源識別碼。

createdDate

建立問題的日期和時間。

state

問題的狀態。

屬性詳細資料

description

描述問題的文字。

description?: string

屬性值

string

title

問題標題。

title?: string

屬性值

string

userId

使用者建立問題的資源標識碼。

userId?: string

屬性值

string

繼承的屬性詳細資料

apiId

建立問題之 API 的資源識別碼。

apiId?: string

屬性值

string

繼承自IssueContractBaseProperties.apiId

createdDate

建立問題的日期和時間。

createdDate?: Date

屬性值

Date

繼承自IssueContractBaseProperties.createdDate

state

問題的狀態。

state?: string

屬性值

string

繼承自IssueContractBaseProperties.state