ResponseContract interface
Detail respons operasi.
Properti
| description | Deskripsi respons operasi. |
| headers | Kumpulan header respons operasi. |
| representations | Kumpulan representasi respons operasi. |
| status |
Kode status HTTP respons operasi. |
Detail Properti
description
Deskripsi respons operasi.
description?: string
Nilai Properti
string
headers
representations
Kumpulan representasi respons operasi.
representations?: RepresentationContract[]
Nilai Properti
statusCode
Kode status HTTP respons operasi.
statusCode: number
Nilai Properti
number