forked from loafle/openapi-generator-original
doc for new models
This commit is contained in:
16
samples/client/petstore/perl/docs/Dog.md
Normal file
16
samples/client/petstore/perl/docs/Dog.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# WWW::SwaggerClient::Object::Dog
|
||||
|
||||
## Load the model package
|
||||
```perl
|
||||
use WWW::SwaggerClient::Object::Dog;
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**class_name** | **string** | |
|
||||
**breed** | **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