[python] readonly constructors (#9409)

* readonly

* other tests

* doc

* python samples

* model utils
This commit is contained in:
gbmarc1
2021-05-10 21:41:26 -04:00
committed by GitHub
parent 686b2110e6
commit c966b5fe1f
244 changed files with 20890 additions and 151 deletions

View 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)