mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-25 02:50:52 +00:00
* Adds composed model support for allOf oneOf anyOf * Moves discriminator into discriminator() class method, adds test_deserialize_lizard, adds setting discriminator using allOf schema
596 B
596 B
order.Order
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | int | [optional] | |
pet_id | int | [optional] | |
quantity | int | [optional] | |
ship_date | datetime | [optional] | |
status | str | Order Status | [optional] |
complete | bool | [optional] if omitted the server will use the default value of False |