次の方法で共有


OperationStatus interface

操作の状態。

Extends

プロパティ

endTime

操作の終了時刻。

id

操作の ID。

name

操作名。

startTime

操作の開始時刻。

status

操作の状態。

継承されたプロパティ

error

error オブジェクト。

プロパティの詳細

endTime

操作の終了時刻。

endTime?: string

プロパティ値

string

id

操作の ID。

id?: string

プロパティ値

string

name

操作名。

name?: string

プロパティ値

string

startTime

操作の開始時刻。

startTime?: string

プロパティ値

string

status

操作の状態。

status?: string

プロパティ値

string

継承されたプロパティの詳細

error

error オブジェクト。

error?: ErrorDetail

プロパティ値

ErrorResponse.errorから継承