OperationResponse interface
An OperationResponse that can be returned from an operation request for a single status code.
Properties
body |
The mapper that will be used to deserialize the response body. |
headers |
The mapper that will be used to deserialize the response headers. |
Property Details
bodyMapper
The mapper that will be used to deserialize the response body.
bodyMapper?: Mapper
Property Value
headersMapper
The mapper that will be used to deserialize the response headers.
headersMapper?: Mapper