[perl] Add name mapping features to the Perl client generator (#16510)

* add name mapping features to perl client generator

* update samples
This commit is contained in:
William Cheng
2023-09-05 18:39:38 +08:00
committed by GitHub
parent 29f0d22713
commit a9301a6c16
11 changed files with 39 additions and 20 deletions

View File

@@ -1,8 +1,8 @@
# WWW::OpenAPIClient::Object::DeprecatedObject
# WWW::OpenAPIClient::Object::DeprecatedModel
## Load the model package
```perl
use WWW::OpenAPIClient::Object::DeprecatedObject;
use WWW::OpenAPIClient::Object::DeprecatedModel;
```
## Properties

View File

@@ -8,7 +8,7 @@ use WWW::OpenAPIClient::Object::HealthCheckResult;
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**nullable_message** | **string** | | [optional]
**system_message** | **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)

View File

@@ -10,7 +10,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uuid** | **string** | | [optional]
**id** | **double** | | [optional]
**deprecated_ref** | [**DeprecatedObject**](DeprecatedObject.md) | | [optional]
**deprecated_ref** | [**DeprecatedModel**](DeprecatedModel.md) | | [optional]
**bars** | **ARRAY[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)