Bagikan melalui


ResponseContract interface

Detail respons operasi.

Properti

description

Deskripsi respons operasi.

headers

Kumpulan header respons operasi.

representations

Kumpulan representasi respons operasi.

statusCode

Kode status HTTP respons operasi.

Detail Properti

description

Deskripsi respons operasi.

description?: string

Nilai Properti

string

headers

Kumpulan header respons operasi.

headers?: ParameterContract[]

Nilai Properti

representations

Kumpulan representasi respons operasi.

representations?: RepresentationContract[]

Nilai Properti

statusCode

Kode status HTTP respons operasi.

statusCode: number

Nilai Properti

number