forked from loafle/openapi-generator-original
@@ -8,8 +8,8 @@ use WWW::OpenAPIClient::Object::HasOnlyReadOnly;
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**bar** | **string** | | [optional]
|
||||
**foo** | **string** | | [optional]
|
||||
**bar** | **string** | | [optional] [readonly]
|
||||
**foo** | **string** | | [optional] [readonly]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
@@ -9,9 +9,9 @@ use WWW::OpenAPIClient::Object::Name;
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**name** | **int** | |
|
||||
**snake_case** | **int** | | [optional]
|
||||
**snake_case** | **int** | | [optional] [readonly]
|
||||
**property** | **string** | | [optional]
|
||||
**_123_number** | **int** | | [optional]
|
||||
**_123_number** | **int** | | [optional] [readonly]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ use WWW::OpenAPIClient::Object::ReadOnlyFirst;
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**bar** | **string** | | [optional]
|
||||
**bar** | **string** | | [optional] [readonly]
|
||||
**baz** | **string** | | [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