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