mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-04 10:43:44 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			668 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			668 B
		
	
	
	
	
	
	
	
OuterComposite
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| MyNumber | Decimal | [optional] | |
| MyString | String | [optional] | |
| MyBoolean | Boolean | [optional] | 
Examples
- Prepare the resource
 
$OuterComposite = Initialize-PSPetstoreOuterComposite  -MyNumber null `
 -MyString null `
 -MyBoolean null
- Convert the resource to JSON
 
$OuterComposite | ConvertTo-JSON