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:
21
samples/client/petstore/powershell/docs/ArrayOfNumberOnly.md
Normal file
21
samples/client/petstore/powershell/docs/ArrayOfNumberOnly.md
Normal 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)
|
||||
|
||||
Reference in New Issue
Block a user