mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-08 15:53:54 +00:00
[python] readonly constructors (#9409)
* readonly * other tests * doc * python samples * model utils
This commit is contained in:
17
samples/openapi3/client/petstore/python/docs/Mole.md
Normal file
17
samples/openapi3/client/petstore/python/docs/Mole.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Mole
|
||||
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**blind** | **bool** | | [readonly]
|
||||
**smell** | **str** | |
|
||||
**hearing** | **bool** | |
|
||||
**touch** | **bool** | | [optional] [readonly]
|
||||
**taste** | **str** | | [optional]
|
||||
**seeing_ghosts** | **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]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user