openapi-generator/samples/openapi3/client/petstore/python/docs/ComposedOneOfNumberWithValidations.md
Justin Black 2553d056dc
Removes nulltype from python, updates samples (#8555)
* Removes nulltype from python, updates samples

* Removes nulltype from the python requirements

* Removes nulltype import in models, moves requiredVars to optionalVars when approprieate
2021-01-28 09:30:36 -08:00

680 B

ComposedOneOfNumberWithValidations

this is a model that allows payloads of type object or number

Properties

Name Type Description Notes
color str [optional] if omitted the server will use the default value of "red"
class_name str [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]

[Back to Model list] [Back to API list] [Back to README]