Justin Black cbc12543a9 [Python] Allow models to have properties of type self (#4888)
* Refactors openapi_types into a staticmethod

* Adds a Player model with a self type rpoperty, adds a test to ensure that it is working right
2020-01-10 17:43:35 +08:00

376 B

player.Player

Properties

Name Type Description Notes
name str
enemy_player Player [optional]

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