forked from loafle/openapi-generator-original
779 B
779 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 |
---|---|---|---|
myNumber | NumberWithValidations | [optional] | |
myString | str | [optional] | |
myBoolean | 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] |