| Name | Type | Description | Notes |
|---|---|---|---|
| Color | String | [optional] | |
| Cultivar | String | [optional] | |
| Origin | String | [optional] | |
| LengthCm | Decimal | [optional] |
- Prepare the resource
$GmFruit = Initialize-PSPetstoreGmFruit -Color null `
-Cultivar null `
-Origin null `
-LengthCm null- Convert the resource to JSON
$GmFruit | ConvertTo-JSON