openapi-generator/samples/client/petstore/perl/docs/ObjectWithDeprecatedFields.md
William Cheng a9301a6c16
[perl] Add name mapping features to the Perl client generator (#16510)
* add name mapping features to perl client generator

* update samples
2023-09-05 18:39:38 +08:00

633 B

WWW::OpenAPIClient::Object::ObjectWithDeprecatedFields

Load the model package

use WWW::OpenAPIClient::Object::ObjectWithDeprecatedFields;

Properties

Name Type Description Notes
uuid string [optional]
id double [optional]
deprecated_ref DeprecatedModel [optional]
bars ARRAY[string] [optional]

[Back to Model list] [Back to API list] [Back to README]