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
626 B
626 B
User
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | i64 | [optional] | |
username | String | [optional] | |
first_name | String | [optional] | |
last_name | String | [optional] | |
String | [optional] | ||
password | String | [optional] | |
phone | String | [optional] | |
user_status | i32 | User Status | [optional] |