IssueUpdateContract interface

問題の更新パラメーター。

プロパティ

apiId

問題が作成された API のリソース識別子。

createdDate

問題が作成された日時。

description

問題を説明するテキスト。

state

問題の状態。

title

問題のタイトル。

userId

ユーザーのリソース識別子が問題を作成しました。

プロパティの詳細

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