mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-04 10:43:44 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			563 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			563 B
		
	
	
	
	
	
	
	
AppleReq
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Cultivar | String | ||
| Mealy | Boolean | [optional] | 
Examples
- Prepare the resource
 
$AppleReq = Initialize-PSPetstoreAppleReq  -Cultivar null `
 -Mealy null
- Convert the resource to JSON
 
$AppleReq | ConvertTo-JSON