forked from loafle/openapi-generator-original
844 B
844 B
ObjectModelWithRefProps
a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations
Properties
Name | Type | Description | Notes |
---|---|---|---|
my_number | NumberWithValidations | [optional] | |
my_readonly | Readonly | [optional] | |
my_string | str | [optional] | |
my_boolean | bool | [optional] | |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |