mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
688 B
688 B
GmFruit
Properties
Name | Type | Description | Notes |
---|---|---|---|
Color | String | [optional] | |
Cultivar | String | [optional] | |
Origin | String | [optional] | |
LengthCm | Decimal | [optional] |
Examples
- Prepare the resource
$GmFruit = Initialize-PSPetstoreGmFruit -Color null `
-Cultivar null `
-Origin null `
-LengthCm null
- Convert the resource to JSON
$GmFruit | ConvertTo-JSON