mirror of
				https://github.com/OpenAPITools/openapi-generator.git
				synced 2025-11-04 10:43:44 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			806 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			806 B
		
	
	
	
	
	
	
	
MixedPropertiesAndAdditionalPropertiesClass
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| Uuid | String | [optional] | |
| DateTime | System.DateTime | [optional] | |
| Map | System.Collections.Hashtable | [optional] | 
Examples
- Prepare the resource
 
$MixedPropertiesAndAdditionalPropertiesClass = Initialize-PSPetstoreMixedPropertiesAndAdditionalPropertiesClass  -Uuid null `
 -DateTime null `
 -Map null
- Convert the resource to JSON
 
$MixedPropertiesAndAdditionalPropertiesClass | ConvertTo-JSON