[#13954] Allows args and arg as schema properties in python client (#13955)

* Add args to reserved words

* arg and args to _arg and _args in templates

* Corrections

* Test added

* Corrections

* Use arg and args as defined properties

* Removed unnecessary assertion

* Suggested change
This commit is contained in:
Mustansir Soni
2022-11-10 04:10:29 +09:00
committed by GitHub
parent ca5d9b5e69
commit 4667b7e471
446 changed files with 1861 additions and 1574 deletions

View File

@@ -318,6 +318,7 @@ Class | Method | HTTP request | Description
- [NumberOnly](docs/models/NumberOnly.md)
- [NumberWithValidations](docs/models/NumberWithValidations.md)
- [ObjectInterface](docs/models/ObjectInterface.md)
- [ObjectModelWithArgAndArgsProperties](docs/models/ObjectModelWithArgAndArgsProperties.md)
- [ObjectModelWithRefProps](docs/models/ObjectModelWithRefProps.md)
- [ObjectWithAllOfWithReqTestPropFromUnsetAddProp](docs/models/ObjectWithAllOfWithReqTestPropFromUnsetAddProp.md)
- [ObjectWithDecimalProperties](docs/models/ObjectWithDecimalProperties.md)