次の方法で共有


ResponseContract interface

操作応答の詳細。

プロパティ

description

操作応答の説明。

headers

操作応答ヘッダーのコレクション。

representations

操作応答表現のコレクション。

statusCode

操作応答 HTTP 状態コード。

プロパティの詳細

description

操作応答の説明。

description?: string

プロパティ値

string

headers

操作応答ヘッダーのコレクション。

headers?: ParameterContract[]

プロパティ値

representations

操作応答表現のコレクション。

representations?: RepresentationContract[]

プロパティ値

statusCode

操作応答 HTTP 状態コード。

statusCode: number

プロパティ値

number