forked from loafle/openapi-generator-original
* Add a script to generate kotlin client samples from OAS3 * Generate kotlin client * Fix missing closing parenthesis * Update samples * Add build folder to gitignore
572 B
572 B
Order
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | kotlin.Long | [optional] | |
petId | kotlin.Long | [optional] | |
quantity | kotlin.Int | [optional] | |
shipDate | java.time.LocalDateTime | [optional] | |
status | inline | Order Status | [optional] |
complete | kotlin.Boolean | [optional] |
Enum: status
Name | Value |
---|---|
status | placed, approved, delivered |