OperationResponse interface

An OperationResponse that can be returned from an operation request for a single status code.

Properties

bodyMapper

The mapper that will be used to deserialize the response body.

headersMapper

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

Property Value