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