次の方法で共有


RequestContract interface

操作要求の詳細。

プロパティ

description

操作要求の説明。

headers

操作要求のヘッダーのコレクション。

queryParameters

操作要求クエリ パラメーターのコレクション。

representations

操作要求表現のコレクション。

プロパティの詳細

description

操作要求の説明。

description?: string

プロパティ値

string

headers

操作要求のヘッダーのコレクション。

headers?: ParameterContract[]

プロパティ値

queryParameters

操作要求クエリ パラメーターのコレクション。

queryParameters?: ParameterContract[]

プロパティ値

representations

操作要求表現のコレクション。

representations?: RepresentationContract[]

プロパティ値