forked from loafle/openapi-generator-original
add new files
This commit is contained in:
17
samples/client/petstore/perl/docs/ApiResponse.md
Normal file
17
samples/client/petstore/perl/docs/ApiResponse.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# WWW::SwaggerClient::Object::ApiResponse
|
||||
|
||||
## Load the model package
|
||||
```perl
|
||||
use WWW::SwaggerClient::Object::ApiResponse;
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**code** | **int** | | [optional]
|
||||
**type** | **string** | | [optional]
|
||||
**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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user