forked from loafle/openapi-generator-original
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