mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-03 18:23:44 +00:00
670 B
670 B
FruitReq
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Cultivar | String | ||
| Mealy | Boolean | [optional] | |
| LengthCm | Decimal | ||
| Sweet | Boolean | [optional] |
Examples
- Prepare the resource
$FruitReq = Initialize-PSPetstoreFruitReq -Cultivar null `
-Mealy null `
-LengthCm null `
-Sweet null
- Convert the resource to JSON
$FruitReq | ConvertTo-JSON