mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-03 18:23:44 +00:00
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