ResponseContract interface
Operation response details.
Properties
description | Operation response description. |
headers | Collection of operation response headers. |
representations | Collection of operation response representations. |
status |
Operation response HTTP status code. |
Property Details
description
Operation response description.
description?: string
Property Value
string
headers
Collection of operation response headers.
headers?: ParameterContract[]
Property Value
representations
Collection of operation response representations.
representations?: RepresentationContract[]
Property Value
statusCode
Operation response HTTP status code.
statusCode: number
Property Value
number