forked from loafle/openapi-generator-original
a7e92786df
* add more tests to powershell client * update spec * update method name * add new file
568 B
568 B
BananaReq
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| LengthCm | Decimal | ||
| Sweet | Boolean | [optional] |
Examples
- Prepare the resource
$BananaReq = Initialize-PSPetstoreBananaReq -LengthCm null `
-Sweet null
- Convert the resource to JSON
$BananaReq | ConvertTo-JSON