forked from loafle/openapi-generator-original
		
	
		
			
				
	
	
	
		
			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