[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:
William Cheng
2022-04-06 10:24:32 +08:00
committed by GitHub
parent a596d5aec0
commit a7e92786df
246 changed files with 16102 additions and 205 deletions

View File

@@ -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)