pub type Responses = BTreeMap<String, RefOrObject<Response>>;
Expand description
§Responses
A container for the expected responses of an operation. The container maps a HTTP response code to the expected response.
Aliased Type§
pub struct Responses { /* private fields */ }