openapi-generator-original/samples/client/petstore/perl/docs/MixedPropertiesAndAdditionalPropertiesClass.md
AnaTofuZ a9e63f4ce3
Perl: Type coercion for the JSON conversion part of Perl (#12891)
* Perl: separate date and DateTime

- Since the json values to be returned are different for date and DateTime, they are managed separately

* Per: Enforcing Perl types to openAPI types

Perl JSON values return different types depending on the context, so look at openapi's type and modify the type.

* generate samples

* generate docs

* add perl test (json types)
2022-07-16 22:18:51 +08:00

615 B

WWW::OpenAPIClient::Object::MixedPropertiesAndAdditionalPropertiesClass

Load the model package

use WWW::OpenAPIClient::Object::MixedPropertiesAndAdditionalPropertiesClass;

Properties

Name Type Description Notes
uuid string [optional]
date_time DATE_TIME [optional]
map HASH[string,Animal] [optional]

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