mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +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