forked from loafle/openapi-generator-original
* Add support for enum schemas and properties to the rust generator Also: * Skip serializing a field with serde if it's optional and empty * Fix borrow checker error when using &std::path::Path (should be std::path::PathBuf) * Add script to generate sample with rust-reqwest * Regenerate petstore sample for both rust targets * Remove go code from README.md * Fix formatting of serde skip_serializing_if attribute
408 B
408 B
ApiResponse
Properties
Name | Type | Description | Notes |
---|---|---|---|
code | i32 | [optional] | |
_type | String | [optional] | |
message | String | [optional] |