mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 05:00:50 +00:00
829 B
829 B
MapTest
Properties
Name | Type | Description | Notes |
---|---|---|---|
MapMapOfString | System.Collections.Hashtable | [optional] | |
MapOfEnumString | System.Collections.Hashtable | [optional] | |
DirectMap | System.Collections.Hashtable | [optional] | |
IndirectMap | System.Collections.Hashtable | [optional] |
Examples
- Prepare the resource
$MapTest = Initialize-PSPetstoreMapTest -MapMapOfString null `
-MapOfEnumString null `
-DirectMap null `
-IndirectMap null
- Convert the resource to JSON
$MapTest | ConvertTo-JSON