forked from loafle/openapi-generator-original
Add perltidy to format Perl code (#970)
* add perl tidy without updating petstore samples * incldue pl file, update samples * use no backup option, perltidy on test.pl
This commit is contained in:
16
samples/client/petstore/perl/docs/FileSchemaTestClass.md
Normal file
16
samples/client/petstore/perl/docs/FileSchemaTestClass.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# WWW::OpenAPIClient::Object::FileSchemaTestClass
|
||||
|
||||
## Load the model package
|
||||
```perl
|
||||
use WWW::OpenAPIClient::Object::FileSchemaTestClass;
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**file** | [**File**](File.md) | | [optional]
|
||||
**files** | [**ARRAY[File]**](File.md) | | [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