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