forked from loafle/openapi-generator-original
18
samples/client/petstore/perl/docs/Adult.md
Normal file
18
samples/client/petstore/perl/docs/Adult.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# WWW::OpenAPIClient::Object::Adult
|
||||
|
||||
## Load the model package
|
||||
```perl
|
||||
use WWW::OpenAPIClient::Object::Adult;
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**duplicated_optional** | **int** | | [optional]
|
||||
**duplicated_required** | **int** | |
|
||||
**children** | [**ARRAY[Child]**](Child.md) | | [optional]
|
||||
**adult_required** | **boolean** | | [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)
|
||||
|
||||
|
||||
16
samples/client/petstore/perl/docs/Child.md
Normal file
16
samples/client/petstore/perl/docs/Child.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# WWW::OpenAPIClient::Object::Child
|
||||
|
||||
## Load the model package
|
||||
```perl
|
||||
use WWW::OpenAPIClient::Object::Child;
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**age** | **int** | | [optional]
|
||||
**first_name** | **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)
|
||||
|
||||
|
||||
16
samples/client/petstore/perl/docs/Human.md
Normal file
16
samples/client/petstore/perl/docs/Human.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# WWW::OpenAPIClient::Object::Human
|
||||
|
||||
## Load the model package
|
||||
```perl
|
||||
use WWW::OpenAPIClient::Object::Human;
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**___type** | **string** | | [optional]
|
||||
**body** | **string** | |
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
20
samples/client/petstore/perl/docs/Person.md
Normal file
20
samples/client/petstore/perl/docs/Person.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# WWW::OpenAPIClient::Object::Person
|
||||
|
||||
## Load the model package
|
||||
```perl
|
||||
use WWW::OpenAPIClient::Object::Person;
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**___type** | **string** | | [optional]
|
||||
**last_name** | **string** | | [optional]
|
||||
**first_name** | **string** | | [optional]
|
||||
**duplicated_optional** | **int** | | [optional]
|
||||
**duplicated_required** | **int** | |
|
||||
**person_required** | **DATE_TIME** | |
|
||||
|
||||
[[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