forked from loafle/openapi-generator-original
[PowerShell] add more tests to powershell client (#12057)
* add more tests to powershell client * update spec * update method name * add new file
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# FileSchemaTestClass
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**File** | [**File**](File.md) | | [optional]
|
||||
**Files** | [**File[]**](File.md) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$FileSchemaTestClass = Initialize-PSPetstoreFileSchemaTestClass -File null `
|
||||
-Files null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$FileSchemaTestClass | ConvertTo-JSON
|
||||
```
|
||||
|
||||
[[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