[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,21 @@
# ArrayOfNumberOnly
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ArrayNumber** | **Decimal[]** | | [optional]
## Examples
- Prepare the resource
```powershell
$ArrayOfNumberOnly = Initialize-PSPetstoreArrayOfNumberOnly -ArrayNumber null
```
- Convert the resource to JSON
```powershell
$ArrayOfNumberOnly | 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)